| | |
| | | // System.out.println(user.getUserId()); |
| | | // System.out.println(user.getOrganizationId()); |
| | | // System.out.println(StuStudent.STATUS_ACTIVE); |
| | | System.out.println(user.getOrganizationId()); |
| | | System.out.println(user.getUserId()); |
| | | |
| | | ClsClass objClsClass = this.findUnique("select c from StuStudent t," |
| | | + " ClsClass c where c.classId = t.classId " |
| | | + " and c.orgId = ? and t.userId = ? and t.status = ? order by t.createTime desc", CollectionUtils.newList(user.getOrganizationId(), user.getUserId(), StuStudent.STATUS_ACTIVE), ClsClass.class); |
| | |
| | | wrapper.setOrg(org); |
| | | wrapper.setClass(objClsClass); |
| | | wrapper.setLoginInfo(param.getCacheIpFlag(), param.getIp(), param.getPlatForm()); |
| | | System.out.println("aaa"+user.getUserId()); |
| | | session.setAttribute(UserInfoWrapper.INF_USER_ID,user.getUserId()); |
| | | session.setAttribute(UserInfoWrapper.INF_USER_NAME,user.getName()); |
| | | if(objClsClass!=null){ |