菜市物料同步到果园测试bug
This commit is contained in:
@@ -4349,7 +4349,7 @@ func SyncMatterC4ToGy(ctx *jxcontext.Context, isContinueWhenError, isAsync bool)
|
||||
storeSkus []*model.StoreSkuBind
|
||||
)
|
||||
sql := `
|
||||
SELECT *
|
||||
SELECT t1.*
|
||||
FROM jxd_dev_0.sku_name t1
|
||||
LEFT JOIN jxd_dev_0.sku t2 ON t2.name_id = t1.id
|
||||
WHERE t1.deleted_at = ?
|
||||
|
||||
Reference in New Issue
Block a user