1
This commit is contained in:
@@ -124,7 +124,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
|
||||
},
|
||||
},
|
||||
}
|
||||
if resp, err := a.BatchCreateStore(ShopBatchCreateStoreParam); err != nil {
|
||||
if resp, err := a.BatchCreateStore(ShopBatchCreateStoreParam); err != nil || resp.ResultList[0].Store.StoreId == 0 {
|
||||
globals.SugarLogger.Debugf("BatchCreateStore err=%v", err)
|
||||
return "", err
|
||||
} else {
|
||||
|
||||
@@ -82,6 +82,7 @@ func (P *PurchaseHandler) BatchCreateWarehouse(param warehouse_createBatch_reque
|
||||
|
||||
// /warehouse/bindStore 仓库绑定门店
|
||||
func BindStoreWarehouse(VendorOrgCode, outWarehouseID string, storeIDs int64) error {
|
||||
globals.SugarLogger.Debugf("BindStoreWarehouse storeID=%s,vendorStoreID=%d", outWarehouseID, storeIDs)
|
||||
if _, err := getAPI(VendorOrgCode, 0, "").StoreBindWarehouse(&warehouse_bindStore_request.WarehouseBindStoreParam{
|
||||
StoreIds: []int64{storeIDs},
|
||||
OutWarehouseId: outWarehouseID,
|
||||
|
||||
Reference in New Issue
Block a user