Commit f658316c068c36622bfcae0d1652da8576ac8279
1 parent
547f964d1c
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/inteceptor/MybatisSqlInterceptor.java
View file @
f658316
| ... | ... | @@ -84,9 +84,9 @@ |
| 84 | 84 | else |
| 85 | 85 | { |
| 86 | 86 | System.out.println("else = "+sql); |
| 87 | + returnValue = invocation.proceed(); | |
| 87 | 88 | if (StringUtils.isNotEmpty(sql) && sqlCommandType != null && "insert".equals(sqlCommandType.toLowerCase())) |
| 88 | 89 | { |
| 89 | - returnValue = invocation.proceed(); | |
| 90 | 90 | if (returnValue != null && returnValue instanceof ArrayList) |
| 91 | 91 | { |
| 92 | 92 | List<Integer> list = (ArrayList)returnValue; |