This commit is contained in:
suyl
2021-07-08 17:57:26 +08:00
parent 896273f2c2
commit e3c7ae9181

View File

@@ -1953,7 +1953,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
db = dao.GetDB()
ss []int
)
storeMaps, _ := dao.GetStoresMapList(db, []int{0}, nil, []int{0, 1}, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "320406")
storeMaps, _ := dao.GetStoresMapList(db, []int{0}, nil, []int{-1}, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "320406")
for _, v := range storeMaps {
if _, err = cms.GetVendorStore(jxcontext.AdminCtx, 0, v.VendorOrgCode, v.VendorStoreID); err != nil {
ss = append(ss, v.StoreID)