1
This commit is contained in:
@@ -2676,8 +2676,8 @@ func CopyStoreSkus(ctx *jxcontext.Context, fromStoreID int, toStoreIDs []int, co
|
||||
t1.jd_sync_status = t1.jd_sync_status | ?,
|
||||
t1.mtwm_sync_status = t1.mtwm_sync_status | ?,
|
||||
t1.ebai_sync_status = t1.ebai_sync_status | ?,
|
||||
t1.dd_sync_status = t1.dd_sync_status | ?
|
||||
t1.stock = t0.stock
|
||||
t1.dd_sync_status = t1.dd_sync_status | ? ,
|
||||
t1.stock = t0.stock
|
||||
WHERE t1.store_id = ? AND t1.deleted_at = ? AND t0.id IS NOT NULL
|
||||
`
|
||||
sqlParams := []interface{}{
|
||||
|
||||
Reference in New Issue
Block a user