This commit is contained in:
苏尹岚
2021-03-10 15:55:40 +08:00
parent e5e68f83f5
commit 4d41b0dfcd

View File

@@ -429,6 +429,10 @@ func GetStoreManageState(ctx *jxcontext.Context, storeIDs []int, vendorID int, f
}
} else {
for k, _ := range storeIDsMap {
storeDetail, _ := dao.GetStoreDetail(db, k, vendorID, "")
if storeDetail == nil || storeDetail.VendorStoreID == "" || storeDetail.VendorOrgCode == "" {
continue
}
storeIDs2 = append(storeIDs2, k)
}
}