@@ -135,7 +135,8 @@ public class UserController {
}
- if(bytes!=null||bytes2!=null||(currentUser.getDepartmentId()!=null&&bytes3!=null)){
+ if(bytes!=null||bytes2!=null||(currentUser.getDepartmentId()!=null&&bytes3!=null)
+ ||bytes4!=null){
return null;
/* String authorization = request.getHeader("Authorization");