zouyu
2026-01-21 1f4f0cb71bff976cee6e30534605371754575b91
src/main/java/com/ruoyi/account/service/impl/AccountServiceImpl.java
@@ -30,7 +30,10 @@
@Service
public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> implements AccountService {
    private AccountMapper accountMapper;
    @Override
    public IPage<Account> accountListPage(Page page, Account account) {
        return accountMapper.accountListPage(page,account);
    }
}