This commit is contained in:
cc
2024-11-13 23:30:41 +08:00
parent abc17aed60
commit 4748af6dd7

View File

@@ -163,8 +163,7 @@ public class JDUtils {
private static Stream<OrderRow> getStreamForWeiGui(List<OrderRow> todayOrders) { private static Stream<OrderRow> getStreamForWeiGui(List<OrderRow> todayOrders) {
return todayOrders.stream().filter( return todayOrders.stream().filter(
orderRow -> orderRow.getValidCode() == 2 orderRow -> orderRow.getValidCode() == 13
|| orderRow.getValidCode() == 13
|| orderRow.getValidCode() == 25 || orderRow.getValidCode() == 25
|| orderRow.getValidCode() == 26 || orderRow.getValidCode() == 26
|| orderRow.getValidCode() == 27 || orderRow.getValidCode() == 27