序列化异常修改
@@ -74,8 +74,8 @@ public class DataCla implements Serializable {
/**
* 是否删除
*/
-// @TableLogic
-// @TableField(value = "deleted", condition = "%s='0'")
+ @TableLogic
+ @TableField(jdbcType = JdbcType.VARCHAR,value = "deleted", condition = "%s='0'")
private String deleted;
@@ -50,7 +50,7 @@ public class DataLevel implements Serializable {
@TableLogic
- @TableField(jdbcType = JdbcType.VARCHAR)
@@ -48,8 +48,8 @@ public class DataSec implements Serializable {
-// @TableField(jdbcType = JdbcType.VARCHAR)
@@ -63,8 +63,8 @@ public class FieldCla implements Serializable {