提交 eac5df7d authored 作者: zhoushaopan's avatar zhoushaopan

fix(维修模块,自查模块): 修改查询送修单500,自查将文件进行切割

修改查询送修单500,自查将文件进行切割
上级 06afb791
...@@ -1752,7 +1752,7 @@ public class RepairController { ...@@ -1752,7 +1752,7 @@ public class RepairController {
} }
if (repairDetail.getDeviceRepairBillId() != null){ if (repairDetail.getDeviceRepairBillId() != null){
TaskBto taskBto1 = taskService.getParentTaskIsNull(repairDetail.getDeviceRepairBillId(), 5); TaskBto taskBto1 = taskService.getParentTaskIsNull(repairDetail.getDeviceRepairBillId(), 5);
if (taskUserVo1!=null){ if (taskBto1 != null){
taskUserVo1 = taskBto1.toVo(); taskUserVo1 = taskBto1.toVo();
} }
} }
......
...@@ -539,6 +539,8 @@ public class SelfCheckController { ...@@ -539,6 +539,8 @@ public class SelfCheckController {
if (selfExaminationBillEntity.getUserbId()!=null && selfExaminationBillEntity.getUserbId() != 0) { if (selfExaminationBillEntity.getUserbId()!=null && selfExaminationBillEntity.getUserbId() != 0) {
selfExaminationBillEntity.setConfirmUser(userPublicService.getOne(selfExaminationBillEntity.getUserbId()).getName()); selfExaminationBillEntity.setConfirmUser(userPublicService.getOne(selfExaminationBillEntity.getUserbId()).getName());
} }
//add
selfExaminationBillEntity.setCheckFileList(FilesUtil.stringFileToList(selfExaminationBillEntity.getCheckFiles()));
list.add(selfExaminationBillEntity); list.add(selfExaminationBillEntity);
//获取自查详情 //获取自查详情
String str3 = selfExaminationBillEntity.getCheckDetail(); String str3 = selfExaminationBillEntity.getCheckDetail();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论