Commit 4d541cdc483f3d7db3bdcac5d8bfd66fe5b32eeb

Authored by liquanyu
1 parent e541961f9d

update

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 @ 4d541cd
... ... @@ -172,7 +172,7 @@
172 172 break;
173 173 }
174 174 }
175   - return nouse == result;
  175 + return nouse && result;
176 176 }
177 177  
178 178 public static String getSql(Configuration configuration, BoundSql boundSql, String sqlId) {