Merge remote-tracking branch 'origin/dev'

This commit is contained in:
wangliwen 2022-10-22 10:51:31 +08:00
commit 6402a9667d
2 changed files with 8 additions and 2 deletions

View File

@ -193,7 +193,8 @@ public class ActivitiNoticeAspect {
if ("能力申请流程".equals(activitiNoticeOperation.process())) {
type = 0;
//进度通知您发起的+资源名称+申请已通过+审核部门已审核部门+审核下一节点为+审核部门+审核
content = "【进度通知】您发起的" + resourceName + "申请已被" + userDTO.getDeptName() + "" + userDTO.getRealName() + "审核,审核结果为:" + finalResult;
SysUserDTO assignee = sysUserService.get(Long.valueOf(delegateTask.getAssignee()));
content = "【进度通知】您发起的" + resourceName + "申请已被" + assignee.getDeptName() + "" + assignee.getRealName() + "审核,审核结果为:" + finalResult;
} else if ("能力资源上架".equals(activitiNoticeOperation.process())) {
type = 2;
} else if ("能力资源下架".equals(activitiNoticeOperation.process())) {

View File

@ -63,4 +63,9 @@ synchro:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://15.72.183.91:3306/monitor_manage?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&useSSL=false
username: root
password: w@CmM1mBVQkPhdrc
password: w@CmM1mBVQkPhdrc
# 前端地址入口,门户和管理端
front:
portal-url: http://15.72.183.90:7008
manage-url: http://15.72.183.90:8001