测试1
This commit is contained in:
@@ -807,6 +807,9 @@ func StoreOpenAll(ctx *jxcontext.Context) {
|
||||
}
|
||||
var StoreMapLists []*model.StoreMap
|
||||
for _, StoreList := range StoreLists {
|
||||
if StoreList.StoreLevel == "E" {
|
||||
continue
|
||||
}
|
||||
if StoreMapLists, err = dao.GetStoresMapList(db, []int{0, 1, 3}, []int{StoreList.ID}, nil, 1, -1, "", ""); err != nil {
|
||||
globals.SugarLogger.Debugf("商店列表获取失败")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user