Commit d15715bbcebfb40ee7c907b89cf8f3037da6e89f
1 parent
e31fd56db7
Exists in
master
and in
6 other branches
mysql数据同步
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/inteceptor/MybatisSqlInterceptor.java
View file @
d15715b
... | ... | @@ -40,6 +40,7 @@ |
40 | 40 | BoundSql boundSql = mappedStatement.getBoundSql(parameter); |
41 | 41 | Configuration configuration = mappedStatement.getConfiguration(); |
42 | 42 | Object returnValue = invocation.proceed(); |
43 | + System.out.println("mysql result ======" + returnValue); | |
43 | 44 | String sql = getSql(configuration, boundSql, sqlId); |
44 | 45 | System.out.println("mysql sql ======" + sql); |
45 | 46 | return returnValue; |