gejun123456 / MyBatisCodeHelper-Pro

http://brucege.com
1.91k stars 240 forks source link

findFirst30ByKey生成Wrapper code 没有limit #977

Open wangdanawang opened 6 months ago

wangdanawang commented 6 months ago

重现步骤(Repeat steps)

findFirst30ByKey生成Wrapper code没有limit限制 default List findFirst30ByKey(String key) { LambdaQueryWrapper myQuery = Wrappers.lambdaQuery(Record.class); myQuery.eq(RecordProgress::getKey, key); return selectList(myQuery); }

findFirst30ByKey生成sql有limit限制

当前使用版本(Current Version) IntelliJ IDEA 2023.3.4 • Notes plugin com.ccnode.codegenerator.MyBatisCodeHelperPro 3.2.9

gejun123456 commented 6 months ago

谢谢,我优化下