ycl-server/src/main/java/com/ycl/platform/service/impl/ReportServiceImpl.java
@@ -289,7 +289,13 @@ sb.append(s).append("、"); } }); item.setErrorType(sb.substring(0, sb.length() - 1)); if (sb.length() > 0) { item.setErrorType(sb.substring(0, sb.length() - 1)); } else { // 无匹配标签时,可设为空字符串或保留原始 errorType item.setErrorType(""); // 或 item.setErrorType(item.getErrorType()); // 保留原始编码 } } }); log.info("组装信息耗时:{}ms", dictEndTime);