Commit a8d867ca authored by wdy's avatar wdy

Merge branch 'dev' into 'master'

dev - master 26

See merge request !370
parents 520f83d8 a01bd1ee
......@@ -795,7 +795,7 @@ public class PdfTemplateManagementServiceImpl implements PdfTemplateManagementSe
String issueDate = "";
String passItemName = "";
String failItemName = "";
List<String> taskItemList = Arrays.asList(taskItem.split(","));
List<String> taskItemList = Arrays.asList(taskItem.split(""));
List<InspectionItemVO> list = new ArrayList<>();
TestConclusionVO testConclusionVO = taskMapper.selectTestConclusion(taskId);
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