From f32b4a0da031c6ae194fc121b6f7e587d3633139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 8 Apr 2024 14:24:17 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/system_store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index b68afc5aa..f7b5fecd4 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -223,6 +223,7 @@ func CopyMtToMT(ctx *jxcontext.Context, fromStore, toStore *dao.StoreDetail, isA globals.SugarLogger.Debugf("BatchInitData : %v", err) } if len(errDataList) > model.NO { + globals.SugarLogger.Debugf("errListData %d:= %s", i, utils.Format4Output(errDataList, false)) errList = append(errList, errDataList...) } globals.SugarLogger.Debugf("==============i: %d len: %d", i, len(fromFoodList)) @@ -231,7 +232,6 @@ func CopyMtToMT(ctx *jxcontext.Context, fromStore, toStore *dao.StoreDetail, isA } i++ } - globals.SugarLogger.Debugf("errListData := %s", utils.Format4Output(errList, false)) } return }