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

This commit is contained in:
苏尹岚
2020-04-26 14:17:28 +08:00
parent ec92cea998
commit d179bde603

View File

@@ -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}