TASK:分页获取所有用户id,添加按邮箱模糊查询

This commit is contained in:
2026-01-07 11:26:39 +08:00
parent 4879cfeb60
commit 9f523d5953
3 changed files with 9 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ public interface ConvenientInquiryService extends IService<Questionnaire> {
IPage<Account> getUserInfo(QueryUserConditionsVO queryUserConditionsVO);
IPage<Map<String, Object>> getAllUserIdList(Integer pageNum, Integer pageSize);
IPage<Map<String, Object>> getAllUserIdList(Integer pageNum, Integer pageSize, String email);
PageBaseResponse<PaymentInfoVO> queryTransactionRecords(QueryPaymentInfoDTO queryPaymentInfoDTO);