1
This commit is contained in:
@@ -329,7 +329,8 @@ func (c *OrderManager) GetOrders(ctx *jxcontext.Context, isIncludeFake bool, fro
|
||||
}
|
||||
}
|
||||
if len(storeIDs2) == 0 {
|
||||
storeIDs2 = append(storeIDs2, -1)
|
||||
//storeIDs2 = append(storeIDs2, -1)
|
||||
storeIDs2 = append(storeIDs2, storeIDs...)
|
||||
}
|
||||
} else {
|
||||
if len(storeIDsMap) > 0 {
|
||||
|
||||
Reference in New Issue
Block a user