From a2ac2401502f44b8f77c9c9388efa66cd14ed849 Mon Sep 17 00:00:00 2001 From: wr <1754607820@qq.com> Date: Thu, 27 Feb 2025 14:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gather/detection/service/impl/DetectionServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/detection/src/main/java/com/njcn/gather/detection/service/impl/DetectionServiceImpl.java b/detection/src/main/java/com/njcn/gather/detection/service/impl/DetectionServiceImpl.java index d4d05650..b8bb6e60 100644 --- a/detection/src/main/java/com/njcn/gather/detection/service/impl/DetectionServiceImpl.java +++ b/detection/src/main/java/com/njcn/gather/detection/service/impl/DetectionServiceImpl.java @@ -88,6 +88,8 @@ public class DetectionServiceImpl { param.setIndex(sourceIssue.getIndex()); param.setScriptId(sourceIssue.getScriptId()); param.setErrorSysId(errorSysId); + param.setUn(sourceIssue.getFUn()); + param.setIn(sourceIssue.getFIn()); List errDtlsCheckData = pqErrSysDtlsService.listByPqErrSysIdAndTypes(param); ResultUnitEnum resultUnitEnumByCode = ResultUnitEnum.getResultUnitEnumByCode(sourceIssue.getType()); switch (resultUnitEnumByCode) {