This commit is contained in:
richboo111
2022-10-08 11:00:57 +08:00
parent 5576cb1de2
commit 2b9cc1a970

View File

@@ -94,6 +94,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
if resp, err := getAPI(storeDetail.VendorOrgCode, storeID, storeDetail.VendorStoreID).BatchCreateStore(ShopBatchCreateStoreParam); err != nil {
return "", err
} else {
globals.SugarLogger.Debug("检测resp==========", resp)
for k, v := range resp.ResultList {
if k != len(resp.ResultList) {
storeIDs += utils.Int64ToStr(v.Store.StoreId) + ","