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) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2024.1` • Notes plugin...

bug
fixed

生成Model类的时候,能不能给个选项,排除生成列。因为有时候会不经意的给生成列赋值,导致修改数据失败。 ![image](https://github.com/gejun123456/MyBatisCodeHelper-Pro/assets/21155075/9fada96b-0634-4db4-a94d-6670bf47c7f6)

enhancement

场景如下 判断flagBit最后1,2,3位是否为1 ``` xml UNION ALL sql... UNION ALL sql... UNION ALL sql... ``` 此时需要自己勾选true 而不是填写flagBit值 自动运算 希望未来版本可以优化这个场景

enhancement
working-on

1: 生成的索引自动生成一个名字(前缀可配置), 且使用转义符 现在: index (status) 期望: index \`idx_status\` (\`status\`) 2: 可以配置指定默认 COLLATE, 生成的时候带上(不配置不带). 期望: DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_unicode_ci 3: 当一个字段勾选 hasDefault的时候, 不要生成 not null 4: 可配置...

enhancement
working-on

希望加入可以在生成service接口时候继承IService,生成实体类时继承ServiceImpl,生成mapper时继承BaseMapper的功能

waiting-for-feedback

![image](https://github.com/gejun123456/MyBatisCodeHelper-Pro/assets/6340473/3f656d2e-d599-407d-84b2-ddf75b59e97a)

3.3.1

作者大大可不可以适配一下工具栏图标风格,强迫症看着有点难受..... ![CleanShot 2024-04-04 at 23 34 20@2x](https://github.com/gejun123456/MyBatisCodeHelper-Pro/assets/82124861/fe66606e-e2c9-4299-a71c-72e7534e0bd2)

enhancement

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

bug
eap-issues

如图: ![image](https://github.com/gejun123456/MyBatisCodeHelper-Pro/assets/13307498/5259296d-f468-4ed1-8a76-eb1ac58ee5aa)

waiting-for-feedback

比如在userServiceImpl,使用userMapper变量的时候进行提示和生成sql的。不仅仅只是在Mapper文件 @Resource private UserMapper userMapper; userMapper.findById (进行提示和生成代码的功能) 主要是写一些相对复杂语句或者是临时需要的,需要来回切换ServiceI类和mapper类,思路容易被打断。

enhancement