From 3e8deaf7b55c66409751509f14be1ba6427d5a88 Mon Sep 17 00:00:00 2001 From: wxr Date: Wed, 17 Dec 2025 16:23:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E6=B5=8B=E6=96=B9=E6=B3=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/bus/service/SampleResultReportingServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/zt-module-qms/zt-module-qms-server/src/main/java/com/zt/plat/module/qms/business/bus/service/SampleResultReportingServiceImpl.java b/zt-module-qms/zt-module-qms-server/src/main/java/com/zt/plat/module/qms/business/bus/service/SampleResultReportingServiceImpl.java index 3919a09..f8eac5a 100644 --- a/zt-module-qms/zt-module-qms-server/src/main/java/com/zt/plat/module/qms/business/bus/service/SampleResultReportingServiceImpl.java +++ b/zt-module-qms/zt-module-qms-server/src/main/java/com/zt/plat/module/qms/business/bus/service/SampleResultReportingServiceImpl.java @@ -258,6 +258,7 @@ public class SampleResultReportingServiceImpl implements SampleResultReportingSe ConfigAssayMethodRespVO configAssayMethodRespVO = new ConfigAssayMethodRespVO(); configAssayMethodRespVO.setId(recheckSubSampleParentMethod.getConfigAssayMethodId()); configAssayMethodRespVO.setName(recheckSubSampleParentMethod.getConfigAssayMethodName()); + configAssayMethodRespVO.setMethodNameCategory(recheckSubSampleParentMethod.getConfigAssayMethodNameAndCategory()); methodList.add(configAssayMethodRespVO); } recheckSubSampleParentMethodRespVO.setMethodList(methodList);