优化
This commit is contained in:
@ -353,7 +353,7 @@ public class BusinessTask
|
|||||||
setMessageSmallType(SMALL_SYSTEM);
|
setMessageSmallType(SMALL_SYSTEM);
|
||||||
messagesList.add(wgzMessage);
|
messagesList.add(wgzMessage);
|
||||||
//状态超时需要把对应消息的状态变更为【不需要操作】
|
//状态超时需要把对应消息的状态变更为【不需要操作】
|
||||||
BgtProjectRecruit recruit = iBgtProjectRecruitService.getById(wgzLeave.getApplyKey());
|
BgtProjectRecruit recruit = iBgtProjectRecruitService.getById(wgzLeave.getRecruitId());
|
||||||
iBgtMessageService.operation(
|
iBgtMessageService.operation(
|
||||||
USERTYPE_WGZ,
|
USERTYPE_WGZ,
|
||||||
wgzLeave.getUserId(),
|
wgzLeave.getUserId(),
|
||||||
|
@ -5,7 +5,7 @@ VUE_APP_TITLE = RuoYi-Vue-Plus后台管理系统
|
|||||||
ENV = 'development'
|
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'
|
# VUE_APP_BASE_API = 'https://gx.jdfktech.com:18279/lhyg/ruoyi'
|
||||||
|
|
||||||
# 路由懒加载
|
# 路由懒加载
|
||||||
|
Reference in New Issue
Block a user