1.2
luo
2024-01-02 372713d9d50c73871d51fd98b655d8bd9e24df46
guns-management/src/main/java/com/stylefeng/guns/modular/system/dao/AppUserMapper.java
@@ -21,9 +21,8 @@
    List<Host> listHost(@Param("nickname")String nickname,
                        @Param("userType")Integer userType,
                        @Param("status")Integer status,
                        @Param("phone")String phone,
                        @Param("index")int index,
                        @Param("size")int size);
                        @Param("phone")String phone);
    List<Medium> listMedium(String nickname, Integer userType, Integer status, String phone, int index, int size);
    List<Medium> listMedium(@Param("nickname") String nickname,@Param("userType")Integer userType, @Param("status")Integer status, @Param("phone")String phone);
    List<Medium> listAuMedium(@Param("nickname") String nickname, @Param("userType") Integer userType,@Param("status")  Integer status,@Param("phone")  String phone);
}