We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wrapper.eq(SysUser::getDelFlag, "1");
private Integer delFlag;
"1" --> 1
什么错?
postgresql 这个库不会自动把string 转 int 查询的时候 应该传1 你们实体类存的也是int类型
明白了,3Q 已改,下个版本发布
Activity
zhangdaiscott commentedon Aug 24, 2020
什么错?
1195999342 commentedon Aug 24, 2020
postgresql 这个库不会自动把string 转 int 查询的时候 应该传1 你们实体类存的也是int类型
zhangdaiscott commentedon Aug 24, 2020
明白了,3Q
已改,下个版本发布