This commit is contained in:
zt
2025-04-03 11:47:51 +08:00
parent a7e9fcf390
commit 3e183a1495
2 changed files with 2 additions and 2 deletions

View File

@ -353,7 +353,7 @@ public class BusinessTask
setMessageSmallType(SMALL_SYSTEM);
messagesList.add(wgzMessage);
//状态超时需要把对应消息的状态变更为【不需要操作】
BgtProjectRecruit recruit = iBgtProjectRecruitService.getById(wgzLeave.getApplyKey());
BgtProjectRecruit recruit = iBgtProjectRecruitService.getById(wgzLeave.getRecruitId());
iBgtMessageService.operation(
USERTYPE_WGZ,
wgzLeave.getUserId(),

View File

@ -5,7 +5,7 @@ VUE_APP_TITLE = RuoYi-Vue-Plus后台管理系统
ENV = 'development'
# 若依管理系统/开发环境
VUE_APP_BASE_API = 'http://192.168.110.128:9099/ruoyi'
VUE_APP_BASE_API = 'http://192.168.110.3:9099/ruoyi'
# VUE_APP_BASE_API = 'https://gx.jdfktech.com:18279/lhyg/ruoyi'
# 路由懒加载