菜市物料同步到果园测试bug

This commit is contained in:
苏尹岚
2020-04-26 10:24:52 +08:00
parent 0f63a84e0f
commit da7438fcb6

View File

@@ -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 = ?