同步菜市物料到果园更新测试

This commit is contained in:
苏尹岚
2020-04-26 14:15:29 +08:00
parent a3c5af5d24
commit ec92cea998

View File

@@ -4473,7 +4473,7 @@ func SyncMatterC4ToGy(ctx *jxcontext.Context, isContinueWhenError, isAsync bool)
sql := `
UPDATE sku_name a
JOIN sku b ON a.id = b.name_id
SET a.name = ?, a.img = ?, a.img2 = ?, a.desc_img = ?, a.unit = ?, a.price = ?, last_operator = ?
SET a.name = ?, a.img = ?, a.img2 = ?, a.desc_img = ?, a.unit = ?, a.price = ?, a.last_operator = ?
WHERE b.eclp_id = ?
AND a.deleted_at = ?
`