Commit 0f1602a94751c0cd50e32dd7ab6f6d3e6cf9d1d7
1 parent
cf98450207
Exists in
master
and in
6 other branches
同步
Showing 1 changed file with 2 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/dao/BaseMongoDAOImpl.java
View file @
0f1602a
... | ... | @@ -159,7 +159,8 @@ |
159 | 159 | if (!(data instanceof Serializable) ||"LisReport".equals(data.getClass().getSimpleName()) |
160 | 160 | || "SyncDataModel".equals(data.getClass().getSimpleName()) |
161 | 161 | || "SmsConfigModel".equals(data.getClass().getSimpleName()) |
162 | - || "OperateLogModel".equals(data.getClass().getSimpleName())) { | |
162 | + || "OperateLogModel".equals(data.getClass().getSimpleName()) | |
163 | + || "TrackDown".equals(data.getClass().getSimpleName())) { | |
163 | 164 | if(!"LisReport".equals(data.getClass().getSimpleName())){ |
164 | 165 | //ExceptionUtils.catchException("NotSerializable for class :"+data.getClass().getSimpleName() ); |
165 | 166 | } |