From 9a3484098ea75a569373d68497a0ff5463b9735c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 20 Aug 2025 18:18:32 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/system_store_sku.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index 03872bbb7..c259552d4 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -419,7 +419,7 @@ func BatchInitSkuMT2MT(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi errList = append(errList, failedFoodList...) for _, ffl := range failedFoodList { if nameList[ffl.AppFoodCode] != "" { - globals.SugarLogger.Debugf("name := %s", nameList[ffl.AppFoodCode]) + globals.SugarLogger.Debugf("name := %s,err := %s", nameList[ffl.AppFoodCode], ffl.ErrorMsg) } } } @@ -429,7 +429,7 @@ func BatchInitSkuMT2MT(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi errList = append(errList, failedFoodList...) for _, ffl := range failedFoodList { if nameList[ffl.AppFoodCode] != "" { - globals.SugarLogger.Debugf("name := %s", nameList[ffl.AppFoodCode]) + globals.SugarLogger.Debugf("name := %s,err := %s", nameList[ffl.AppFoodCode], ffl.ErrorMsg) } } }