This commit is contained in:
邹宗楠
2022-04-13 10:31:36 +08:00
parent 1948eac008
commit ee2530e01c

View File

@@ -329,7 +329,8 @@ func (c *OrderManager) GetOrders(ctx *jxcontext.Context, isIncludeFake bool, fro
} }
} }
if len(storeIDs2) == 0 { if len(storeIDs2) == 0 {
storeIDs2 = append(storeIDs2, -1) //storeIDs2 = append(storeIDs2, -1)
storeIDs2 = append(storeIDs2, storeIDs...)
} }
} else { } else {
if len(storeIDsMap) > 0 { if len(storeIDsMap) > 0 {