300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > Mybatis-Plus注解自定义sql分页查询

Mybatis-Plus注解自定义sql分页查询

时间:2023-06-21 15:48:45

相关推荐

Mybatis-Plus注解自定义sql分页查询

Mybatis-Plus注解自定义sql分页查询

@Select("select * from t_ ${ew.customSqlSegment}")IPage<Map<String,String>> getList(IPage<Map<String,String>> page, @Param(Constants.WRAPPER) Wrapper wrapper);

wrapper参数举例:

Wrappers.query().like(StringUtils.isNotBlank(name),"name",name).orderByAsc("create_time")

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。