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

![image](https://github.com/gejun123456/MyBatisCodeHelper-Pro/assets/52254895/b2d4dbd3-706c-4f10-a8b4-46836cf22786) 如图,下面是代码补全的,上面是希望的格式

enhancement

![image](https://github.com/gejun123456/MyBatisCodeHelper-Pro/assets/6340473/23841ad1-d6d2-4eee-9a6d-d9cc8efe0e63) 如果用户没有配置typehandler,可以生成类似这种

enhancement

### 当前使用版本(Current Version) IntelliJ IDEA `2023.2.2` • Notes plugin `com.ccnode.codegenerator.MyBatisCodeHelperPro 3.2.4` ### Exception null ``` com.intellij.diagnostic.PluginException: Inspection #unUsedMethod has no description [Plugin: com.ccnode.codegenerator.MyBatisCodeHelperPro] at com.intellij.codeInspection.ui.InspectionNodeInfo.(InspectionNodeInfo.java:71) at com.intellij.codeInspection.ui.InspectionResultsView.createBaseRightComponentFor(InspectionResultsView.java:555) at com.intellij.codeInspection.ui.InspectionResultsView.showInRightPanel(InspectionResultsView.java:478) at...

bug
working-on

生成 jion statement时能否支持返回结果字段自主选择,默认是查询所有字段,不能指定查询字段。

enhancement

版本3.2.5,当方法名上使用Except是无法自动生成代码 ![A$W{ETW)3LW6N{6Q~G1GLMF](https://github.com/gejun123456/MyBatisCodeHelper-Pro/assets/37114588/3230b016-a1b5-410f-810b-b9e979fc579d)

waiting-for-feedback

### 重现步骤(Repeat steps) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2023.2.3` • Notes plugin...

bug
3.2.6

如第一张图的写法,assocation或collection等标签可以通过配置columnPrefix属性来指定该属性开头的字段都赋到assocation或collection对应对象上去,但是插件检测时idea提示`selected column not found in resultMap or resultType`。在assocation或collection下,手动配置每个column的名称,在其上面加上字段前缀就没有警告提示了(如第二张图)。二者都能达到同样效果,但是明显第一张图更方便点。

bug
3.2.6

waiting-for-feedback