模版下载接口

This commit is contained in:
fl 2025-05-08 15:10:43 +08:00
parent a3f3eb584c
commit 7480fe2fd4
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ public class StateGridServiceImpl implements StateGridService {
//2.1分包业绩证明材料 //2.1分包业绩证明材料
item.getSubPerfList().forEach(perfItem -> { item.getSubPerfList().forEach(perfItem -> {
//获取附件信息 //获取附件信息
List<TbFileSourceVo> subPerfList = getFileSourceList(perfItem.getId(),TableType.TB_SUB_PERF.getCode()); List<TbFileSourceVo> subPerfList = getFileSourceList(perfItem.getPerfId(),TableType.TB_SUB_PERF.getCode());
perfItem.setSubPerfFileList(subPerfList); perfItem.setSubPerfFileList(subPerfList);
}); });
//2.2拟派人员材料 //2.2拟派人员材料