Commit 7da76bca3248129e981bc40e7997d22e0aacfb17
1 parent
dacaee3926
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/dao/BaseMongoDAOImpl.java
View file @
7da76bc
... | ... | @@ -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 | } |