This commit is contained in:
2025-03-26 17:08:32 +08:00
parent 9a08e0d85f
commit 2cdd34a415

View File

@ -625,6 +625,15 @@ public class BgtProjectRecruitApplyServiceImpl extends ServicePlusImpl<BgtProjec
bgtProjectRecruitApply.setId(recruitApplyId);
bgtProjectRecruitApply.setStatus("7");
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();
BgtProjectRecruitApply by = baseMapper.selectById(recruitApplyId);
BgtProjectRecruit appById = iBgtProjectRecruitService.getAppById(by.getRecruitId());