From 2cdd34a415a0fe24df44c708757c11339fcc4ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=88=90?= <2847920761@qq.com> Date: Wed, 26 Mar 2025 17:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/BgtProjectRecruitApplyServiceImpl.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ruoyi-system/src/main/java/com/ruoyi/bgt/service/impl/BgtProjectRecruitApplyServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/bgt/service/impl/BgtProjectRecruitApplyServiceImpl.java index 798dd4f..4411808 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/bgt/service/impl/BgtProjectRecruitApplyServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/bgt/service/impl/BgtProjectRecruitApplyServiceImpl.java @@ -625,6 +625,15 @@ public class BgtProjectRecruitApplyServiceImpl extends ServicePlusImpl 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());