This commit is contained in:
雷欧(林平凡)
2024-11-15 15:54:50 +08:00
parent 3e5b2606d5
commit 562248c101

View File

@@ -444,7 +444,7 @@ public class JDUtils {
List<OrderRow> filterOrdersByDays = filterOrdersByDate(orderRows, daysInt);
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
|| orderRow.getValidCode() == 28