From 3ea0b06cc3cb0051b16c2236695d36d43f089858 Mon Sep 17 00:00:00 2001 From: FCL Date: Sun, 4 Jan 2026 10:32:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8A=A5=E5=91=8A=E7=AD=BE=E5=90=8D?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reportdoc/service/ReportDocumentDataServiceImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zt-module-qms/zt-module-qms-server/src/main/java/com/zt/plat/module/qms/business/reportdoc/service/ReportDocumentDataServiceImpl.java b/zt-module-qms/zt-module-qms-server/src/main/java/com/zt/plat/module/qms/business/reportdoc/service/ReportDocumentDataServiceImpl.java index e03b720..7b72e2c 100644 --- a/zt-module-qms/zt-module-qms-server/src/main/java/com/zt/plat/module/qms/business/reportdoc/service/ReportDocumentDataServiceImpl.java +++ b/zt-module-qms/zt-module-qms-server/src/main/java/com/zt/plat/module/qms/business/reportdoc/service/ReportDocumentDataServiceImpl.java @@ -814,8 +814,7 @@ public class ReportDocumentDataServiceImpl implements ReportDocumentDataService sigIds.add(Long.parseLong(signatureId)); }); if(sigIds.isEmpty()) - return ""; - + return docSigJson.toJSONString(); List sigList = configUserSignatureService.getByIdList(sigIds); docSigJson.forEach((key, value) -> { JSONObject obj = docSigJson.getJSONObject( key);