| | |
| | | //专业 |
| | | smUserVO.setSpecialties(userInfo.specialties); |
| | | UserLogonInfo lockObj = platformClientUtil.getFrameworkService().fetchUserLogonObj(userInfo.id); |
| | | smUserVO.setLockFlag(lockObj.plWrongNum == 0); |
| | | smUserVO.setLockFlag(lockObj.plWrongNum != 0); |
| | | smUserVO.setCreator(userInfo.createUser); |
| | | smUserVO.setCreateTime(VciDateUtil.long2Date(userInfo.createTime)); |
| | | smUserVO.setLastModifier(userInfo.updateUser); |
| | |
| | | } catch (PLException e) { |
| | | // TODO Auto-generated catch block |
| | | e.printStackTrace(); |
| | | throw new VciBaseException("检查密码策略符合情况失败!2"); |
| | | throw new VciBaseException("检查密码策略符合情况失败!"); |
| | | } |
| | | } |
| | | |