Merge branch 'master' of e.coding.net:rosydev/baseapi
This commit is contained in:
@@ -407,7 +407,6 @@ func (a *API) GetWarehouseByStore(storeID int64) (*warehouse_getWarehouseByStore
|
||||
if len(response.Data.WarehouseInfoMap) == 0 {
|
||||
return nil, errors.New(fmt.Sprintf("门店%d 暂时未绑定仓库,请进行绑定!", storeID))
|
||||
}
|
||||
globals.SugarLogger.Debugf("", response.Data.WarehouseInfoMap[utils.Int64ToStr(storeID)][0].OutFenceIds[0])
|
||||
return response.Data, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user