1
This commit is contained in:
@@ -444,7 +444,7 @@ public class JDUtils {
|
|||||||
List<OrderRow> filterOrdersByDays = filterOrdersByDate(orderRows, daysInt);
|
List<OrderRow> filterOrdersByDays = filterOrdersByDate(orderRows, daysInt);
|
||||||
|
|
||||||
content.append("违规排行:");
|
content.append("违规排行:");
|
||||||
content.append(daysInt).append("天").append("\r");
|
content.append(daysInt).append("天").append("\r\n");
|
||||||
|
|
||||||
Map<String, Long> skuIdViolationCountMap = filterOrdersByDays.stream().filter(orderRow -> orderRow.getValidCode() == 27
|
Map<String, Long> skuIdViolationCountMap = filterOrdersByDays.stream().filter(orderRow -> orderRow.getValidCode() == 27
|
||||||
|| orderRow.getValidCode() == 28
|
|| orderRow.getValidCode() == 28
|
||||||
|
|||||||
Reference in New Issue
Block a user