This commit is contained in:
邹宗楠
2022-10-08 09:18:47 +08:00
parent 4c4b56d86b
commit 5576cb1de2

View File

@@ -91,7 +91,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
StoreList: lists,
}
if resp, err := getAPI("", storeID, storeDetail.VendorStoreID).BatchCreateStore(ShopBatchCreateStoreParam); err != nil {
if resp, err := getAPI(storeDetail.VendorOrgCode, storeID, storeDetail.VendorStoreID).BatchCreateStore(ShopBatchCreateStoreParam); err != nil {
return "", err
} else {
for k, v := range resp.ResultList {