From 6833d986feb6a354e96a52ee45b69274b9ede156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 5 Feb 2020 09:30:34 +0800 Subject: [PATCH] =?UTF-8?q?copy=E5=95=86=E5=93=81sql=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 9e1c5f3ab..c717d0dd3 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -1619,6 +1619,8 @@ func CopyStoreSkus(ctx *jxcontext.Context, fromStoreID int, toStoreIDs []int, co sqlParams2 := []interface{}{ toStoreID, toStoreID, utils.DefaultTimeValue, } + fmt.Println(sql2) + fmt.Println(sqlParams2) _, err = dao.ExecuteSQL(db, sql2, sqlParams2) if err != nil { errList.AddErr(err)