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