京东商城修改,删除规格

This commit is contained in:
苏尹岚
2020-05-20 14:39:33 +08:00
parent 510f9805c3
commit 040206b63e
3 changed files with 2 additions and 4 deletions

View File

@@ -642,8 +642,6 @@ func SetStoreSkuSyncStatus(db *DaoDB, vendorID int, storeIDs []int, skuIDs []int
sqlParams = append(sqlParams, skuIDs)
}
sql = fmt.Sprintf(sql, fmtParams...)
fmt.Println(sql)
fmt.Println(sqlParams)
return ExecuteSQL(db, sql, sqlParams...)
}