模版下载接口
This commit is contained in:
parent
a3f3eb584c
commit
7480fe2fd4
|
|
@ -250,7 +250,7 @@ public class StateGridServiceImpl implements StateGridService {
|
|||
//2.1分包业绩证明材料
|
||||
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);
|
||||
});
|
||||
//2.2拟派人员材料
|
||||
|
|
|
|||
Loading…
Reference in New Issue