- don't mark sync status when directly deleted in CopyStoreSkus
This commit is contained in:
@@ -37,7 +37,7 @@ func (p *PurchaseHandler) SyncStoreSkus(ctx *jxcontext.Context, parentTask tasks
|
||||
SELECT t1.*, t2.price_percentage, t2.vendor_store_id
|
||||
FROM store_sku_bind t1
|
||||
JOIN store_map t2 ON t1.store_id = t2.store_id AND t2.vendor_id = ? AND t2.deleted_at = ?
|
||||
` + sqlWhere
|
||||
` + sqlWhere + " ORDER BY t1.updated_at"
|
||||
var storeSkus []*tStoreSkuBindExt
|
||||
sqlParams := []interface{}{
|
||||
model.VendorIDJD,
|
||||
|
||||
Reference in New Issue
Block a user