优化
This commit is contained in:
@ -625,6 +625,15 @@ public class BgtProjectRecruitApplyServiceImpl extends ServicePlusImpl<BgtProjec
|
|||||||
bgtProjectRecruitApply.setId(recruitApplyId);
|
bgtProjectRecruitApply.setId(recruitApplyId);
|
||||||
bgtProjectRecruitApply.setStatus("7");
|
bgtProjectRecruitApply.setStatus("7");
|
||||||
if (baseMapper.updateById(bgtProjectRecruitApply) > 0) {
|
if (baseMapper.updateById(bgtProjectRecruitApply) > 0) {
|
||||||
|
//状态取消成功需要把对应消息的状态变更为【不需要操作】
|
||||||
|
iBgtMessageService.operation(
|
||||||
|
USERTYPE_WGZ,
|
||||||
|
recruitApply.getUserId(),
|
||||||
|
USERTYPE_BGT,
|
||||||
|
SecurityUtils.getAppUserId(),
|
||||||
|
recruitApply.getId(),
|
||||||
|
SqlHelper.table(BgtProjectRecruitApply.class).getTableName()
|
||||||
|
);
|
||||||
Long appUserId = SecurityUtils.getAppUserId();
|
Long appUserId = SecurityUtils.getAppUserId();
|
||||||
BgtProjectRecruitApply by = baseMapper.selectById(recruitApplyId);
|
BgtProjectRecruitApply by = baseMapper.selectById(recruitApplyId);
|
||||||
BgtProjectRecruit appById = iBgtProjectRecruitService.getAppById(by.getRecruitId());
|
BgtProjectRecruit appById = iBgtProjectRecruitService.getAppById(by.getRecruitId());
|
||||||
|
Reference in New Issue
Block a user