Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL分页错误 #276

Open
HWYWL opened this issue Aug 9, 2019 · 0 comments
Open

PostgreSQL分页错误 #276

HWYWL opened this issue Aug 9, 2019 · 0 comments

Comments

@HWYWL
Copy link

HWYWL commented Aug 9, 2019

`@Override
public List pageFindPhoneNumberStatus(Long offset, int limit) {
PhoneNumberStatusExample example = new PhoneNumberStatusExample();
example.setLimit(limit);
example.setOffset(offset);

    return phoneNumberStatusMapper.selectByExample(example);
}`

代码上很简单,然后执行的时候报了不支持的语法,我看生成的时候说是支持的

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant