From 10b061633b91a52353bd46070eb020b15462ef47 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 10 Oct 2022 10:44:53 +0800 Subject: [PATCH] 1 --- business/partner/purchase/tiktok_store/store.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/business/partner/purchase/tiktok_store/store.go b/business/partner/purchase/tiktok_store/store.go index d0534d2fe..cdb866e15 100644 --- a/business/partner/purchase/tiktok_store/store.go +++ b/business/partner/purchase/tiktok_store/store.go @@ -131,8 +131,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri storeIDs += utils.Int64ToStr(v.Store.StoreId) } if utils.Str2Int(storeIDs) == 0 { - globals.SugarLogger.Debug("ShopBatchCreateStoreParam======&&failMsg=======", ShopBatchCreateStoreParam, resp.ResultList[0].Msg) - return "", errors.New(fmt.Sprintf("创建店铺失败原因:utils.Str2Int(storeIDs) == 0:%v", resp.ResultList[0].Msg)) + return "", errors.New(fmt.Sprintf("创建店铺失败原因storeIDs = 0:%v,%v", err, resp.ResultList[0].Msg)) } //创建并绑定运费模板 freightTemplateID, err := CreateFreightTemplate(storeDetail.Store.ID)