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.2` • Notes plugin...

waiting-for-feedback

![image](https://github.com/gejun123456/MyBatisCodeHelper-Pro/assets/47375981/065f0f5f-44f7-4a01-b784-3977933b1b1e) 如图,就突然变成这样了,这个是什么原因啊

waiting-for-feedback

项目用了租户分表,因此sql里都是写的类似 `SELECT * FROM ${tenantCode}_xxx` 这样的,想在不修改代码的情况下直接在项目设置里全局进行定义,这样又有补全又不会污染提交记录

enhancement

create trigger MANAGE_CONFIG_trigger before insert on MANAGE_CONFIG for each row begin SELECT SYS_GUID() INTO :new.id FROM dual; end; 类似这种

![CleanShot 2024-05-14 at 10 05 10@2x](https://github.com/gejun123456/MyBatisCodeHelper-Pro/assets/29994181/cab92c71-7772-4fc2-9b5f-3961873a8fd8) ![CleanShot 2024-05-14 at 10 03 51@2x](https://github.com/gejun123456/MyBatisCodeHelper-Pro/assets/29994181/896639d8-9a46-4494-bd0d-cbd258d7c7f4)

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 `2024.1.1` • Notes plugin...

bug