Commit fd22e35bbc5b7363dc32d25016f1fe51cc54dae0
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-common/src/main/java/com/lyms/platform/common/dao/BaseMongoDAOImpl.java
View file @
fd22e35
... | ... | @@ -158,7 +158,7 @@ |
158 | 158 | public void addSyncData(String action, Object data, String id) { |
159 | 159 | if (!(data instanceof Serializable) ||"LisReport".equals(data.getClass().getSimpleName()) || "SyncDataModel".equals(data.getClass().getSimpleName())) { |
160 | 160 | if(!"LisReport".equals(data.getClass().getSimpleName())){ |
161 | - ExceptionUtils.catchException("NotSerializable for class :"+data.getClass().getSimpleName() ); | |
161 | + //ExceptionUtils.catchException("NotSerializable for class :"+data.getClass().getSimpleName() ); | |
162 | 162 | } |
163 | 163 | return; |
164 | 164 | } |