Commit 8a175d6487171b04b19070c03e3142bff1c84f33

Authored by jiangjiazhi
1 parent 390e99e1fa

增加rizhi

Showing 1 changed file with 1 additions and 0 deletions

platform-common/src/main/java/com/lyms/platform/common/perf/DalMethodInterceptor.java View file @ 8a175d6
... ... @@ -43,6 +43,7 @@
43 43  
44 44 Object object = arg0.proceed();
45 45 if(null==object && arg0.getMethod().getReturnType().isPrimitive()){
  46 + logger.warn("method return is Primitive ,result is null.");
46 47 return typeMap.get(arg0.getMethod().getReturnType());
47 48 }
48 49 return object;