| | |
| | | |
| | | |
| | | Page<UserDto> listUser(Page page, List<String> roleNames, String userCode, String userName, |
| | | String userMail, String userMobile, List<String> checkedList); |
| | | String userMail, String userMobile, List<String> checkedList, String recomUserName); |
| | | |
| | | /** |
| | | * 获取基础数据 |
| | |
| | | */ |
| | | Page<UserDataDto> listUserAndRecom(Page page, List<String> roleNames, String userCode, String userName, |
| | | String lastIp,List<String> checkedList, |
| | | String userMail,String userMobile); |
| | | String userMail,String userMobile, String recomUserName); |
| | | |
| | | void updateAgent(String userId,boolean operaAuthority,boolean loginAuthority); |
| | | User findUserByUserCode(String userCode); |