MyBatis-Spring-Boot
MyBatis-Spring-Boot copied to clipboard
example查询方式报错啊!!!
SQL: select count(0) from (SELECT Id,countryname,countrycode FROM country WHERE and) tmp_count
@abel533
已经发布了通用Mapper 3.4.2 和 starter 的 1.1.3,更新即可,这是由于 and 位置放置错误导致没有查询条件时输出sql错误。