diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index ab5c60c92..1c007a875 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 = ?, sepc_unit = ?, eclp_id = ?, updated_at = ?, last_operator = ? + UPDATE sku SET spec_quality = ?, spec_unit = ?, eclp_id = ?, updated_at = ?, last_operator = ? WHERE eclp_id = ? AND deleted_at = ? `