1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user