|
|
@@ -153,7 +153,7 @@ public class QueryInspectionFilePageListByWorkOrderIdService { |
|
|
|
inspectionFileHandleVo.setLongitude(inspectionFile.getLongitude()); |
|
|
|
inspectionFileHandleVo.setLocation(inspectionFile.getLocation()); |
|
|
|
inspectionFileHandleVo.setFileThumbnail(CommonConfig.imageURL + inspectionFile.getFileThumbnail()); |
|
|
|
|
|
|
|
inspectionFileHandleVo.setFileOriginal(CommonConfig.imageURL + inspectionFile.getFileOriginal()); |
|
|
|
questionType = questionTypeMap.get(inspectionFile.getQuestionCode()); |
|
|
|
if (null != questionType) { |
|
|
|
inspectionFileHandleVo.setQuestionCode(questionType.getCode()); |