修改code review
This commit is contained in:
parent
1bc4bdac0c
commit
fef0562523
|
@ -28,12 +28,12 @@ public class LeaveApplyEndProcessor implements ExecutionListener {
|
|||
final Object approved = delegateExecution.getVariable("approved");
|
||||
OALeaveDO updateDo = new OALeaveDO();
|
||||
updateDo.setId(Long.valueOf(businessKey));
|
||||
// TODO @jason:代码的格式哈。} else { 。另外,这里可以简化成,二元表达式
|
||||
if (Objects.equals(approved, true)) {
|
||||
updateDo.setStatus(FlowStatusEnum.PASS.getStatus());
|
||||
}else{
|
||||
} else {
|
||||
updateDo.setStatus(FlowStatusEnum.REJECTED.getStatus());
|
||||
}
|
||||
|
||||
leaveMapper.updateById(updateDo);
|
||||
}
|
||||
|
||||
|
|
2
更新日志.md
2
更新日志.md
|
@ -14,7 +14,7 @@
|
|||
* 请假流程如下
|
||||
1. 请假人 normal (密码 123456) 登录在我的请假表单,点击新增,填写请假表单
|
||||
2. 如果请假天数<=3, 项目经理 进行审批. 项目经理 projectmgr(密码:123456) 登录 待办请假,中进行审批,可以查看历史跟踪,和流程图
|
||||
3. 如果请假天数<=3 需部门经理 进行审批,部门经理depmgr(密码:123456) 登录 待办请假,中进行审批,可以查看历史跟踪,和流程图
|
||||
3. 如果请假天数>3 需部门经理 进行审批,部门经理depmgr(密码:123456) 登录 待办请假,中进行审批,可以查看历史跟踪,和流程图
|
||||
4. 人事登陆(用户名:hradmin 密码:123456) 登录 待办请假, 中进行审批,可以查看历史跟踪,和流程图
|
||||
5. 流程结束
|
||||
* 我的请假中,可以查询本人的请假申请, 和进度
|
||||
|
|
Loading…
Reference in New Issue