This commit is contained in:
苏尹岚
2020-12-18 11:48:53 +08:00
parent 699c1a358b
commit a798baac79

View File

@@ -1832,7 +1832,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
)
stores, _ := dao.GetStoreList(db, nil, nil, nil, nil, "")
for _, v := range stores {
if v.ID == 100766 || v.ID == 100002 {
if v.ID == 100766 || v.ID == 100002 || v.ID == 100015 {
continue
}
if v.StoreLevel == "A" || v.StoreLevel == "B" || v.StoreLevel == "C" || v.StoreLevel == "D" {
@@ -1849,7 +1849,6 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
dao.UpdateEntity(db, csList[0], "Status")
}
}
break
}
}
}