|
|
@@ -142,7 +142,6 @@ public class QueryInspectionFilePageListByWorkOrderIdService { |
|
|
|
InspectionFileHandleVo inspectionFileHandleVo; |
|
|
|
User user; |
|
|
|
QuestionType questionType; |
|
|
|
String handlerImages = ""; |
|
|
|
InspectionFileHandle inspectionFileHandle; |
|
|
|
for (InspectionFile inspectionFile : inspectionFileList) { |
|
|
|
inspectionFileHandleVo = new InspectionFileHandleVo(); |
|
|
@@ -159,10 +158,10 @@ public class QueryInspectionFilePageListByWorkOrderIdService { |
|
|
|
inspectionFileHandleVo.setQuestionCode(questionType.getCode()); |
|
|
|
inspectionFileHandleVo.setQuestionName(questionType.getContent()); |
|
|
|
} |
|
|
|
|
|
|
|
if (ObjectUtil.isNotNull(inspectionFileHandleMap)) { |
|
|
|
inspectionFileHandle = inspectionFileHandleMap.get(inspectionFile.getId()); |
|
|
|
if (null != inspectionFileHandle) { |
|
|
|
String handlerImages = ""; |
|
|
|
if (ObjectUtil.isNotNull(inspectionFileHandleUserMap)) { |
|
|
|
user = inspectionFileHandleUserMap.get(inspectionFileHandle.getHandlerUser()); |
|
|
|
if (null != user) { |