fix:报告签名缺失问题修复

This commit is contained in:
FCL
2026-01-04 10:32:06 +08:00
parent 3c4b951c7b
commit 3ea0b06cc3

View File

@@ -814,8 +814,7 @@ public class ReportDocumentDataServiceImpl implements ReportDocumentDataService
sigIds.add(Long.parseLong(signatureId));
});
if(sigIds.isEmpty())
return "";
return docSigJson.toJSONString();
List<ConfigUserSignatureDO> sigList = configUserSignatureService.getByIdList(sigIds);
docSigJson.forEach((key, value) -> {
JSONObject obj = docSigJson.getJSONObject( key);