|
@ -224,6 +224,12 @@ public class TbsCostApplyOperationServiceImpl implements SeeYonOperationService |
|
|
ctpAffairVo.setUserPostList(postUsers); |
|
|
ctpAffairVo.setUserPostList(postUsers); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
//部分用户不存在CMS,会导致前端页面异常
|
|
|
|
|
|
if(ctpAffairVo.getUserInfo()==null){ |
|
|
|
|
|
SysUser user = new SysUser(); |
|
|
|
|
|
user.setName(ctpAffairVo.getAffairInfo().getMemberId()); |
|
|
|
|
|
ctpAffairVo.setUserInfo(user.toSysUserVo()); |
|
|
|
|
|
} |
|
|
for (DataAffairCommit affairCommit : affairCommits) { |
|
|
for (DataAffairCommit affairCommit : affairCommits) { |
|
|
if(affairCommit.getId().equals(ctpAffair.getAffairId())){ |
|
|
if(affairCommit.getId().equals(ctpAffair.getAffairId())){ |
|
|
ctpAffairVo.setCommitInfo(affairCommit); |
|
|
ctpAffairVo.setCommitInfo(affairCommit); |
|
|