abel533 / MyBatis-Spring-Boot

Spring Boot集成MyBatis的基础项目
3.37k stars 1.59k forks source link

阿里云的分析数据库Count(0) 会报错 #144

Closed lichuangang closed 6 years ago

lichuangang commented 6 years ago

如果把Sql改成Count(1)就不会报错。有没什么配置可以指定Count里面是 * 还是其它什么值的?

lichuangang commented 6 years ago

PageHelper.startPage(transfer.getPage(), transfer.getPageSize()) .countColumn("1") 原来可以用这个方法指定。

abel533 commented 6 years ago

可以通过配置方式指定,不需要每次在代码中指明。