Commit 0e29d60623bee2a826bd86f2b644e7554aea8bdd
1 parent
017ae4f8db
Exists in
master
and in
6 other branches
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 @
0e29d60
... | ... | @@ -46,7 +46,7 @@ |
46 | 46 | |
47 | 47 | public boolean syncData(String action, String id, String className, String json) { |
48 | 48 | |
49 | - logger.info("action:" + action + ",id:"+id+",className:"+className+",json:"+json); | |
49 | + logger.info("action:" + action + ",id:"+id+",className:"+className+",json:"+json +"|"); | |
50 | 50 | try { |
51 | 51 | if ("UPDATEMULTI".equals(action)) { |
52 | 52 | Class cla = Class.forName(LymsEncodeUtil.aesDecrypt(className, mongo_crypto_key)); |