|
|
@ -129,10 +129,10 @@ public interface SysUserMapper extends BaseMapper<SysUser> { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IPage<UserInfoResponse> getAllUserPage(Page page, @Param("User") UserInfoRequest request); |
|
|
|
IPage<UserInfoResponse> getAllUserPage(Page page, @Param("request") UserInfoRequest request); |
|
|
|
|
|
|
|
IPage<UserInfoResponse> getUserPageByCondition(Page page, @Param("User") UserInfoRequest request,@Param("condition") String condition); |
|
|
|
IPage<UserInfoResponse> getUserPageByCondition(Page page, @Param("request") UserInfoRequest request,@Param("condition") String condition); |
|
|
|
|
|
|
|
IPage<UserInfoResponse> getUserPageByConditions(Page page, @Param("User") UserInfoRequest request,@Param("condition") String condition1,@Param("condition1")String condition2); |
|
|
|
IPage<UserInfoResponse> getUserPageByConditions(Page page, @Param("request") UserInfoRequest request,@Param("condition") String condition1,@Param("condition1")String condition2); |
|
|
|
|
|
|
|
} |