1
This commit is contained in:
@@ -792,8 +792,6 @@ public class JDUtils {
|
|||||||
content.append(daysInt).append("天").append("\r\n");
|
content.append(daysInt).append("天").append("\r\n");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Map<String, Long> skuIdViolationCountMap = filterOrdersByDays.stream()
|
Map<String, Long> skuIdViolationCountMap = filterOrdersByDays.stream()
|
||||||
.filter(orderRow -> orderRow.getValidCode() == 27 || orderRow.getValidCode() == 28)
|
.filter(orderRow -> orderRow.getValidCode() == 27 || orderRow.getValidCode() == 28)
|
||||||
.filter(orderRow -> orderRow.getSkuName() != null)
|
.filter(orderRow -> orderRow.getSkuName() != null)
|
||||||
@@ -823,7 +821,7 @@ public class JDUtils {
|
|||||||
List<OrderInfo> infos = orderInfoMap.get(skuName);
|
List<OrderInfo> infos = orderInfoMap.get(skuName);
|
||||||
if (infos != null) {
|
if (infos != null) {
|
||||||
for (OrderInfo info : infos) {
|
for (OrderInfo info : infos) {
|
||||||
content.append("\n 订单号:").append(info.getOrderId()).append("\r,下单日期:").append(info.getOrderDate()).append("\r");
|
content.append("\n 订单:").append(info.getOrderId()).append("\r 下单:").append(info.getOrderDate()).append("\r");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user