diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 1b61b2e59..09bf03c53 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -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 = ? `