MyBatisCodeHelper-Pro icon indicating copy to clipboard operation
MyBatisCodeHelper-Pro copied to clipboard

Results 271 MyBatisCodeHelper-Pro issues
Sort by recently updated
recently updated
newest added

重现步骤(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限制 select from record where "key"=#{key} limit 30 当前使用版本(Current Version) IntelliJ IDEA ...

enhancement

如果,除了生成sql提示没有找到xml之外。现在自动跳转的xml内部其实也有问题,没有正确识别MapperInterface里DO的tableName。

waiting-for-feedback

如何批量的只生成model类,其他的不生成?能否支持根据自己的需求给model批量添加后缀名,然后进行生成?

waiting-for-feedback

在集成mybatis之前. 打开监控sql的开关. 是可以监控到执行的sql的. 但是集成了mybatis-plus后这个功能就失效了. 有没有办法能支持呢

waiting-for-feedback

修改controller模板后,代码不能同步到已经生成的controller中,需要删除重新生成才会是想要的controller

enhancement

![image](https://user-images.githubusercontent.com/32019246/89181266-ed04a680-d5c5-11ea-9357-5205f8689c91.png) 目前script标签里的sql会提示语法不正确

wontfix

在jdk13文本域出来后,更愿意在注解中写sql了。 希望能支持下动态SQL的解析与提示和sql测试。

enhancement
question
working-on

![image](https://github.com/gejun123456/MyBatisCodeHelper-Pro/assets/44285868/4092bdb2-913e-4e13-b5ab-93cf8d7e5aa5) 如果使用Inline SQL Provider的形式,对于接口中的静态类中的静态子类会出现无法链接的问题,希望修复。(程序运行正常)

enhancement

必须手动使用 c+a+l 才能格式化,之后因为自动格式化又会将格式化还原, 自动格式化后: ![image](https://github.com/gejun123456/MyBatisCodeHelper-Pro/assets/45141817/0f6a3bf3-0bce-4e73-b634-716b5febe85a) 手动格式化后(c+a+l): ![image](https://github.com/gejun123456/MyBatisCodeHelper-Pro/assets/45141817/7033904a-7b62-48fa-b9da-aaa2d8f3e013) 猜测:手动格式化会使用插件的格式化,设置的自动格式化,使用了默认 idea 的格式化

bug