Merge branch 'master' into docker_package
This commit is contained in:
commit
0cedf0c2a9
|
@ -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())) {
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue