This commit is contained in:
雷欧(林平凡)
2024-12-12 17:21:44 +08:00
parent 11a13fe5ec
commit 89fb711251

View File

@@ -817,7 +817,7 @@ public class JDUtils {
num++;
String skuName = entry.getKey();
Long count = entry.getValue();
content.append(num).append(",商品:").append(skuName).append("\r\r").append(" 违规次数:").append(count).append("\r");
content.append("\n").append(num).append(",商品:").append(skuName).append("\r\r").append(" 违规次数:").append(count).append("\r");
List<OrderInfo> infos = orderInfoMap.get(skuName);
if (infos != null) {
for (OrderInfo info : infos) {