mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
重构版功能实现
This commit is contained in:
@@ -17,7 +17,7 @@ public interface UserMapper {
|
||||
Integer login(@Param("email") String email, @Param("password") String password,@Param("uid") String uid);
|
||||
|
||||
//获取用户信息
|
||||
User getUsers(@Param("email") String email);
|
||||
User getUsers(User user);
|
||||
|
||||
//插入图片
|
||||
Integer insertimg(Images img);
|
||||
|
||||
Reference in New Issue
Block a user