This commit is contained in:
qidongsheng
2020-07-02 16:42:02 +08:00
parent d06d6fd184
commit 749467b490

View File

@@ -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("商店列表获取失败")
}