This commit is contained in:
苏尹岚
2021-03-10 11:51:06 +08:00
parent 9243b4b5f9
commit 54167eade1

View File

@@ -434,6 +434,7 @@ func GetStoreManageState(ctx *jxcontext.Context, storeIDs []int, vendorID int, f
storeIDs = storeIDs2
}
}
fmt.Println("storeIDs111111111111111111111111111", storeIDs)
for _, v := range storeIDs {
storeDetail, _ := dao.GetStoreDetail(db, v, vendorID, "")
if storeDetail == nil || storeDetail.VendorStoreID == "" || storeDetail.VendorOrgCode == "" {