jiandian
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user