Commit 017ae4f8db519e1a51e4329234d10e48fa56ce5e

Authored by jiangjiazhi
1 parent b0c65636a5

1

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 @ 017ae4f
... ... @@ -130,7 +130,7 @@
130 130 }
131 131 return false;
132 132 } catch (Exception e) {
133   - ExceptionUtils.catchException(e,"syncData Error.");
  133 + ExceptionUtils.catchException(e,"syncData Error. id :" +id+",action:" +action);
134 134 return false;
135 135 }
136 136 }