mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
2021-03-15更新
This commit is contained in:
@@ -26,9 +26,9 @@ public class UserServiceImpl implements UserService {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer login(String email, String password) {
|
||||
public Integer login(String email, String password,String uid) {
|
||||
// TODO Auto-generated method stub
|
||||
return userMapper.login(email, password);
|
||||
return userMapper.login(email, password,uid);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user