mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-01 18:53:35 +08:00
Query modification returns the original SQL
This commit is contained in:
@ -18,6 +18,11 @@ public class ExecuteResultVO {
|
||||
*/
|
||||
private String sql;
|
||||
|
||||
/**
|
||||
* Original SQL without pagination
|
||||
*/
|
||||
private String originalSql;
|
||||
|
||||
/**
|
||||
* 描述
|
||||
*/
|
||||
|
Reference in New Issue
Block a user