同步菜市物料到果园更新测试
This commit is contained in:
@@ -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 = ?
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user