fix:报告签名缺失问题修复
This commit is contained in:
@@ -814,8 +814,7 @@ public class ReportDocumentDataServiceImpl implements ReportDocumentDataService
|
|||||||
sigIds.add(Long.parseLong(signatureId));
|
sigIds.add(Long.parseLong(signatureId));
|
||||||
});
|
});
|
||||||
if(sigIds.isEmpty())
|
if(sigIds.isEmpty())
|
||||||
return "";
|
return docSigJson.toJSONString();
|
||||||
|
|
||||||
List<ConfigUserSignatureDO> sigList = configUserSignatureService.getByIdList(sigIds);
|
List<ConfigUserSignatureDO> sigList = configUserSignatureService.getByIdList(sigIds);
|
||||||
docSigJson.forEach((key, value) -> {
|
docSigJson.forEach((key, value) -> {
|
||||||
JSONObject obj = docSigJson.getJSONObject( key);
|
JSONObject obj = docSigJson.getJSONObject( key);
|
||||||
|
|||||||
Reference in New Issue
Block a user