Commit 0cf585d6f7c130ffad1a36bbdd51dcc21fd7eb8d

Authored by jiangjiazhi
1 parent d62435a6fd

增加日志打印

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/MongoSyncService.java View file @ 0cf585d
... ... @@ -130,7 +130,7 @@
130 130 }
131 131 return false;
132 132 } catch (Exception e) {
133   - ExceptionUtils.catchException(e,"syncData Error. id :" +id+",action:" +action);
  133 + ExceptionUtils.catchException(e,"syncData Error. id :" +id+",action:" +action+",json:"+json +",className:"+className);
134 134 return false;
135 135 }
136 136 }