From 3c5d5f2bbfe3039cac0df703f08fca76978e4b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 1 Aug 2023 15:57:28 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/store_sku.go | 1 + 1 file changed, 1 insertion(+) diff --git a/platformapi/tao_vegetable/store_sku.go b/platformapi/tao_vegetable/store_sku.go index 0d5e9f59..711aae85 100644 --- a/platformapi/tao_vegetable/store_sku.go +++ b/platformapi/tao_vegetable/store_sku.go @@ -122,6 +122,7 @@ func (a *API) StoreSkuUpdateOffShelfList(storeID int64, skuList []string) []stri globals.SugarLogger.Debugf("err :========= %v", err) } if !*data.ApiResult.Success { + globals.SugarLogger.Debugf("Success :========= %s", *data.ApiResult.ErrMsg) errs = append(errs, *data.ApiResult.ErrMsg) } }