|
@@ -452,7 +452,7 @@ public class ActHxpapplyServiceImpl implements IActHxpapplyService
|
|
|
|
|
|
|
|
//todo 这里处理一下跳过审核,只有当前审批人是申请人的时候,才做审批通过(依次审批)
|
|
//todo 这里处理一下跳过审核,只有当前审批人是申请人的时候,才做审批通过(依次审批)
|
|
|
private void jumpApplyFun(Long createUserId,Long auditUserId,Map<String,Long> jumpApply,ActApplytaskNode actApplytaskNode){
|
|
private void jumpApplyFun(Long createUserId,Long auditUserId,Map<String,Long> jumpApply,ActApplytaskNode actApplytaskNode){
|
|
|
- if(createUserId == auditUserId && jumpApply.get("jumpApply")==1){
|
|
|
|
|
|
|
+ if(createUserId.longValue() == auditUserId.longValue() && jumpApply.get("jumpApply")==1){
|
|
|
actApplytaskNode.setNodeStatus(1);
|
|
actApplytaskNode.setNodeStatus(1);
|
|
|
actApplytaskNode.setApplyUserid(SecurityUtils.getUserId());
|
|
actApplytaskNode.setApplyUserid(SecurityUtils.getUserId());
|
|
|
actApplytaskNode.setUpdateTime(new Date());
|
|
actApplytaskNode.setUpdateTime(new Date());
|