diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 09bf03c53..abe1592b8 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -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}