This commit is contained in:
richboo111
2022-10-08 11:14:12 +08:00
parent d7a4dff2ef
commit 1eb63494ab

View File

@@ -94,6 +94,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
StoreList: lists,
}
globals.SugarLogger.Debug("检测param========", ShopBatchCreateStoreParam)
globals.SugarLogger.Debug("-=-======================", storeDetail.VendorOrgCode, storeID, storeDetail.VendorStoreID)
if resp, err := getAPI(storeDetail.VendorOrgCode, storeID, storeDetail.VendorStoreID).BatchCreateStore(ShopBatchCreateStoreParam); err != nil {
globals.SugarLogger.Debug("检测resp1==========", resp)
return "", err