ddscope
This commit is contained in:
@@ -14,6 +14,7 @@ import (
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
"git.rosy.net.cn/jx-callback/business/model/dao"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"strings"
|
||||
)
|
||||
|
||||
@@ -77,6 +78,8 @@ func GetWarehouseByStore(appOrgCode string, storeID int64) (map[int64][]warehous
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
globals.SugarLogger.Debugf("err===================== %v", err)
|
||||
globals.SugarLogger.Debugf("info============%d,,,,,,,,,,,%s", info[0][62490423].WarehouseId, info[0][62490423].OutFenceIds[0])
|
||||
return info, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user