ddscope
This commit is contained in:
@@ -74,6 +74,7 @@ func BindStoreWarehouse(VendorOrgCode, outWarehouseID string, storeIDs int64) er
|
|||||||
|
|
||||||
// /warehouse/getWarehouseByStore 门店id获取绑定仓库详情包括电子围栏
|
// /warehouse/getWarehouseByStore 门店id获取绑定仓库详情包括电子围栏
|
||||||
func GetWarehouseByStore(appOrgCode string, storeID int64) (map[int64][]warehouse_getWarehouseByStore_response.WarehouseInfoMapItem, error) {
|
func GetWarehouseByStore(appOrgCode string, storeID int64) (map[int64][]warehouse_getWarehouseByStore_response.WarehouseInfoMapItem, error) {
|
||||||
|
globals.SugarLogger.Debugf("appOrgCode====%s,storeID=====%d", appOrgCode, storeID)
|
||||||
info, err := getAPI(appOrgCode, 0, "").GetWarehouseByStore(storeID)
|
info, err := getAPI(appOrgCode, 0, "").GetWarehouseByStore(storeID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
Reference in New Issue
Block a user