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

如题,sql中使用了WITH... AS... 语法,查询的结果集中作为"临时表"中的字段,无法被识别到resultmap ![MFEE X3 $(%3NP7%_2OJR_G](https://user-images.githubusercontent.com/26585787/174971640-bf3413a6-5a17-4536-b73b-c3704a898b85.png) ```sql WITH company_temp AS ( SELECT oc.id, oc.title, ucr.spa_num FROM t_system_organization_company oc LEFT JOIN t_system_user_and_company_relation ucr ON ucr.org_company_id = oc.id ), project_dept_temp AS (...

enhancement
working-on
3.0.7

目前生成的serializable在entity最下方 有时候容易忽视 建议放在 class下第一行 同时最好能够生成jvm serializable 而不是1

enhancement

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

bug

![image](https://user-images.githubusercontent.com/84865780/175013179-baf9e90f-c368-4ede-9145-ccc737465f9c.png) 是否可以根据databaseId来判断sql语句的合法性。

enhancement

string split 取值会误报。 ``` and check_name = #{check_name} and check_host_name = #{check_host_name} ``` ![image](https://user-images.githubusercontent.com/34411681/138238381-85da6dfd-77a4-4c46-b5d9-bf2c1cba4db4.png)

enhancement
waiting-for-feedback

目前update语句设置里面启用if test不换行后 格式化如下,还不够好 ![image](https://user-images.githubusercontent.com/6340473/173270301-076dc94a-cf1c-463c-a1e6-1667c4007ded.png) 需要更改sql语句自带的格式化

enhancement

设置中提供一个param格式化选项 存在多个param时 一个param一行 让界面更直观

比如我现在有个 com.example.Foo 类 有个 java 方法 void insert(Foo foo); 使用自动生成XML的功能, 得到的XML如下 而不是 这样会导致Foo类中有些属性 不能被mybatis正确的推断出 java type, 导致无法正确的使用 注册好的自定义 typehandler

enhancement
waiting-for-feedback
3.0.3

controller生成的模板没有文档,只有一点注释,建议是否可以想像EasyCode一样有自定义的并且提供一些文档供参考

enhancement
3.0.3

fixed
waiting-for-feedback
3.0.0