diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 1c007a875..bf29978fe 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -4457,7 +4457,7 @@ func SyncMatterC4ToGy(ctx *jxcontext.Context, isContinueWhenError, isAsync bool) }() if v != nil { sql := ` - UPDATE sku SET spec_quality = ?, spec_unit = ?, eclp_id = ?, updated_at = ?, last_operator = ? + UPDATE sku SET spec_quality = ?, spec_unit = ?, eclp_id = ?, last_operator = ? WHERE eclp_id = ? AND deleted_at = ? ` @@ -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 = ?, updated_at = ?, lase_operator = ? + SET a.name = ?, a.img = ?, a.img2 = ?, a.desc_img = ?, a.unit = ?, a.price = ?, lase_operator = ? WHERE b.eclp_id = ? AND a.deleted_at = ? `