Commit a01bd1ee authored by wdy's avatar wdy

Merge branch 'wangdingyi' into 'dev'

检验报告

See merge request !369
parents 107ea8c2 2b47a5ec
...@@ -795,7 +795,7 @@ public class PdfTemplateManagementServiceImpl implements PdfTemplateManagementSe ...@@ -795,7 +795,7 @@ public class PdfTemplateManagementServiceImpl implements PdfTemplateManagementSe
String issueDate = ""; String issueDate = "";
String passItemName = ""; String passItemName = "";
String failItemName = ""; String failItemName = "";
List<String> taskItemList = Arrays.asList(taskItem.split(",")); List<String> taskItemList = Arrays.asList(taskItem.split(""));
List<InspectionItemVO> list = new ArrayList<>(); List<InspectionItemVO> list = new ArrayList<>();
TestConclusionVO testConclusionVO = taskMapper.selectTestConclusion(taskId); TestConclusionVO testConclusionVO = taskMapper.selectTestConclusion(taskId);
if (ObjectUtil.isNotEmpty(testConclusionVO.getSystemReviewTaskResult())) { if (ObjectUtil.isNotEmpty(testConclusionVO.getSystemReviewTaskResult())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment