This commit is contained in:
苏尹岚
2020-12-18 09:58:39 +08:00
parent 2ea40c3025
commit 482c2271f0

View File

@@ -1826,9 +1826,9 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
// },
// })
// }
var (
db = dao.GetDB()
)
// var (
// db = dao.GetDB()
// )
// stores, _ := dao.GetStoreList(db, []int{}, nil, nil, nil, "")
// for _, v := range stores {
// if v.StoreLevel == "A" || v.StoreLevel == "B" || v.StoreLevel == "C" || v.StoreLevel == "D" {