Commit 34418ab04d78cfb8ffc66c81e2e3147a5adb2c7b

Authored by jiangjiazhi
1 parent dbb41ec5bc

commit

Showing 1 changed file with 0 additions and 1 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/BasicConfigService.java View file @ 34418ab
... ... @@ -66,7 +66,6 @@
66 66 try{
67 67 return cached.get(id);
68 68 }catch (Exception e){
69   - ExceptionUtils.catchException(e,"getOneBasicConfigById error.");
70 69 }
71 70 return basicConfigDao.getOneBasicConfigById(id);
72 71 }