同步菜市物料到果园更新测试
This commit is contained in:
@@ -4476,6 +4476,7 @@ func SyncMatterC4ToGy(ctx *jxcontext.Context, isContinueWhenError, isAsync bool)
|
||||
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 = ?
|
||||
AND 1=1
|
||||
`
|
||||
sqlParams := []interface{}{skuName.Name, skuName.Img, skuName.Img2, skuName.DescImg, skuName.Unit, skuName.Price,
|
||||
ctx.GetUserName(), v.EclpID, utils.DefaultTimeValue}
|
||||
|
||||
Reference in New Issue
Block a user