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

This commit is contained in:
苏尹岚
2020-04-26 14:06:09 +08:00
parent 5fe56db39f
commit 80570ca76d

View File

@@ -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 = ?
`