| | |
| | | } |
| | | //上报级别是否匹配当前账号级别 |
| | | if (sysUser.getType().equals(12) ){ |
| | | if (!comEvent.getCurrentProcessType().equals(1)){ |
| | | if (comEvent.getCurrentProcessType()!=null && !comEvent.getCurrentProcessType().equals(1)){ |
| | | perm=0; |
| | | } |
| | | }else if (StringUtils.equals("admin",account)){ |
| | | if (comEvent.getCurrentProcessType()!=4){ |
| | | if ( comEvent.getCurrentProcessType()!=null && comEvent.getCurrentProcessType()!=4){ |
| | | perm=0; |
| | | } |
| | | }else if (isStreetAccount(sysUser)){ |
| | | if (comEvent.getCurrentProcessType()!=3){ |
| | | if (comEvent.getCurrentProcessType()!=null && comEvent.getCurrentProcessType()!=3){ |
| | | perm=0; |
| | | } |
| | | } |