quexiuping

Results 6 issues of quexiuping

**To Reproduce** 操作参考文档: https://actiontech.github.io/sqle-docs/docs/user-manual/project/audit_task/mybatis 其中参数:-D, --dir string:指定要扫描的XML文件路径 建议优化:指定要扫描的XML文件夹路径 ![image](https://github.com/actiontech/sqle/assets/44565577/a2e9cde5-60d7-4797-981d-fd4bc5c3d7de)

suggestion

**SQLe Version** UI Version: main 315e815 Server Version: release-2.9999.x-ee ca06e19f15 **Describe the bug** 慢日志扫描任务的SQL统计信息sql排序和审核后的审核记录的详情页面的sql排序不一致 两边的排序id分别是什么? ![img_v3_025k_954c1eb1-6a11-4a0f-bbf8-d5a522cbb33g](https://github.com/actiontech/sqle/assets/44565577/b9fbe100-02b2-4ea7-8149-5f643a1c5087) ![img_v3_025k_d0e4acda-4b51-425e-befc-609d72e473fg](https://github.com/actiontech/sqle/assets/44565577/bbf3f1d3-4f66-4e93-b578-6d06d4ad5d57) [slowquery.log](https://github.com/actiontech/sqle/files/13485749/slowquery.log)

bug

**SQLe Version** UI: main-ee 6d5aa52b DMS: main-ee 7f35dd7217 SQLE: main-ee 3ad4836671 **To Reproduce** 1.华为云rds制造慢日志的时候,注释和sql一起执行, -- 创建表 CREATE TABLE users ( id INT AUTO_INCREMENT PRIMARY KEY, name VARCHAR(50) NOT NULL, email...

bug

**SQLe Version** UI: main-ee 42bdca9f DMS: main-ee 7f35dd7217 PROVISION: main 4135bf43ed SQLE: main-ee 1ff8d69cab **To Reproduce** 建议点击规则模版的时候,打开跳转新的页面 ![img_v3_025q_9116813b-b611-4584-8a64-19d3a832747g](https://github.com/actiontech/sqle/assets/44565577/24f8c374-7960-40bb-8e13-3238e26c9e2a) 其他跳转的页面也一起处理吧 1.创建工单

bug

**SQLe Version** UI Version: main ad12569 Server Version: release-2.9999.x-ee 0f9c11c5b8 **To Reproduce** 1.sql加入到白名单内 2.SQL审核-动态审核 显示白名单 ![image](https://github.com/actiontech/sqle/assets/44565577/0669dfe2-fe76-46be-af3d-068904202fc6) 3.SQL审核-静态审核 触发了审核规则 ![image](https://github.com/actiontech/sqle/assets/44565577/c5dd5933-ebf1-4bff-9c5c-f18653db94ec)

bug

**SQLe Version** UI Version: main a5fa134 Server Version: release-2.9999.x-ee 9917a24217 **Describe the bug** sql: select a.* from test where 0=1; select a.id from test a where 0=1; select a.id from...

bug