From 2efa6b07862f2995b753d6b06df9e3f1783a3f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 18 Nov 2022 11:17:24 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/store_sku.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 25b1d9da9..e97165857 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -2559,8 +2559,8 @@ func CopyStoreSkus(ctx *jxcontext.Context, fromStoreID int, toStoreIDs []int, co t1.unit_price = t1.unit_price * ? / 100, t1.jd_sync_status = t1.jd_sync_status | ?, t1.mtwm_sync_status = t1.mtwm_sync_status | ?, - t1.ebai_sync_status = t1.ebai_sync_status | ? - t1.dd_sync_status = t1.dd_sync_status | ? + t1.ebai_sync_status = t1.ebai_sync_status | ?, + t1.dd_sync_status = t1.dd_sync_status | ?, WHERE t1.store_id = ? AND t1.deleted_at = ? ` sqlParams := []interface{}{