@Transactional @Service(value="userService") public class UserServiceImpl extends Object implements UserService
构造器和说明 |
---|
UserServiceImpl() |
public Boolean checkLogin(String email, String password)
checkLogin
在接口中 UserService
email
- password
- public Map<String,List<Map<String,String>>> getTableList()
getTableList
在接口中 UserService
public Boolean confirmOldPassword(String userId, String oldPassword)
confirmOldPassword
在接口中 UserService
userId
- oldPassword
- public Boolean changePassword(String userId, String new_password)
changePassword
在接口中 UserService
userId
- new_password
- Copyright © 2019. All rights reserved.