This commit is contained in:
马三炮 2025-04-28 14:20:10 +08:00
parent 6957a36ecb
commit 1eba43de5d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public class TbSubPerfServiceImpl implements TbSubPerfService {
tbFileSourceService.delTbFileSource(tbSubPerfVo.getId(),TableType.TB_SUB_PERF.getCode());
tbFileSourceService.addTbFileSource(tbSubPerfVo.getTbFileSourceVoList(),tbSubPerfVo.getId(),TableType.TB_SUB_PERF.getCode());
//删除关键人信息
tbCompanyPerfRelService.delTbCompanyPerRelByPerfId(tbSubPerfVo.getId(),"1");
tbCompanyPerfRelService.delTbCompanyPerRelByPerfId(tbSubPerfVo.getId(),"2");
//保存关键人信息
tbCompanyPerfRelService.addTbCompanyPerRelList(tbSubPerfVo.getTbCompanyPerfRelList(),tbSubPerfVo.getId(),"2");
}catch (Exception e){