Query modification returns the original SQL

This commit is contained in:
JiaJu Zhuang
2023-07-23 11:21:39 +08:00
parent bf20aa00e4
commit 152b9f7c05
3 changed files with 14 additions and 2 deletions

View File

@ -18,6 +18,11 @@ public class ExecuteResultVO {
*/
private String sql;
/**
* Original SQL without pagination
*/
private String originalSql;
/**
* 描述
*/