|
|
@ -91,6 +91,7 @@ public class IcWorkLogServiceImpl extends BaseServiceImpl<IcWorkLogDao, IcWorkLo |
|
|
|
Map<String, Object> params = new HashMap<>(2); |
|
|
|
params.put("logId", id); |
|
|
|
List<IcWorkLogFileDTO> files = icWorkLogFileService.list(params); |
|
|
|
files.forEach(item->item.setName(item.getFileName())); |
|
|
|
dto.setFileList(files); |
|
|
|
return dto; |
|
|
|
} |
|
|
|