Commit 6592f42c3cb641a36399167fc8b49f1cc8205998

Authored by liquanyu
1 parent de0266f948

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 @ 6592f42
... ... @@ -90,7 +90,7 @@
90 90  
91 91 Object[] args = invocation.getArgs();
92 92 Object returnValue = null;
93   - System.out.println("args length = "+args.length);
  93 +// System.out.println("args length = "+args.length);
94 94 try
95 95 {
96 96 if (args != null && args.length == 2)