From ed60a1b1c8e5819030587b2cf405bd6af9a12edc Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 24 Oct 2022 18:30:24 +0800 Subject: [PATCH] 1 --- business/partner/purchase/tiktok_store/store.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/business/partner/purchase/tiktok_store/store.go b/business/partner/purchase/tiktok_store/store.go index e8ce40c85..924f4e086 100644 --- a/business/partner/purchase/tiktok_store/store.go +++ b/business/partner/purchase/tiktok_store/store.go @@ -83,8 +83,8 @@ func SplicingTimeToDoudian(openTime1, closeTime1, openTime2, closeTime2 int16) ( func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName string, params map[string]interface{}, storeDetail *dao.StoreDetail) (vendorStoreID string, err error) { var ( //storeIDs string - tempStoreID []int64 - lists []shop_batchCreateStore_request.StoreListItem + tempStoreID []int64 + //lists []shop_batchCreateStore_request.StoreListItem ShopBatchCreateStoreParam *shop_batchCreateStore_request.ShopBatchCreateStoreParam FreightTemplate = &model.FreightTemplate{} ) @@ -101,6 +101,8 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri for j := 1; j <= 7; j++ { m[int64(j)] = timeStr } + globals.SugarLogger.Debug("mmmmmmmmmmmmmmmm", m) + lists := []shop_batchCreateStore_request.StoreListItem{} list := shop_batchCreateStore_request.StoreListItem{ RowId: 1, Name: storeDetail.Name,