:art:完善部分新功能

This commit is contained in:
hello-hao
2022-11-21 19:03:58 +08:00
parent b978f33aba
commit 2ee49dcae2
15 changed files with 525 additions and 467 deletions
@@ -1,11 +1,9 @@
package cn.hellohao.dao;
import cn.hellohao.pojo.User;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import cn.hellohao.pojo.Images;
import cn.hellohao.pojo.User;
import java.util.List;
@Mapper
@@ -14,7 +12,6 @@ public interface UserMapper {
Integer login(@Param("email") String email, @Param("password") String password,@Param("uid") String uid);
User getUsers(User user);
User loginByToken (@Param("token") String token);
Integer insertimg(Images img);
Integer change(User user);
Integer changeUser(User user);
Integer checkUsername(@Param("username") String username);