Commit 25b3775678d088cc37efccbe0f9a02753f00a01b
1 parent
16e5de2a
Update
Showing
8 changed files
with
9 additions
and
8 deletions
src/main/java/com/bsth/entity/Cars.java
| @@ -23,7 +23,7 @@ import java.util.Date; | @@ -23,7 +23,7 @@ import java.util.Date; | ||
| 23 | 23 | ||
| 24 | @Entity | 24 | @Entity |
| 25 | @Table(name = "bsth_c_cars") | 25 | @Table(name = "bsth_c_cars") |
| 26 | -@JsonIgnoreProperties(value={"hibernateLazyInitializer","handlers","fieldHandler"}) | 26 | +@JsonIgnoreProperties(value={"hibernateLazyInitializer","handler","fieldHandler"}) |
| 27 | public class Cars extends BEntity implements Serializable { | 27 | public class Cars extends BEntity implements Serializable { |
| 28 | 28 | ||
| 29 | /** 主键Id */ | 29 | /** 主键Id */ |
src/main/java/com/bsth/entity/Line.java
| @@ -24,7 +24,7 @@ import java.util.Date; | @@ -24,7 +24,7 @@ import java.util.Date; | ||
| 24 | 24 | ||
| 25 | @Entity | 25 | @Entity |
| 26 | @Table(name = "bsth_c_line") | 26 | @Table(name = "bsth_c_line") |
| 27 | -@JsonIgnoreProperties(value={"hibernateLazyInitializer","handlers","fieldHandler"}) | 27 | +@JsonIgnoreProperties(value={"hibernateLazyInitializer","handler","fieldHandler"}) |
| 28 | public class Line implements Serializable { | 28 | public class Line implements Serializable { |
| 29 | 29 | ||
| 30 | @Id | 30 | @Id |
src/main/java/com/bsth/entity/Personnel.java
| @@ -21,7 +21,7 @@ import javax.persistence.*; | @@ -21,7 +21,7 @@ import javax.persistence.*; | ||
| 21 | 21 | ||
| 22 | @Entity | 22 | @Entity |
| 23 | @Table(name = "bsth_c_personnel") | 23 | @Table(name = "bsth_c_personnel") |
| 24 | -@JsonIgnoreProperties(value={"hibernateLazyInitializer","handlers","fieldHandler"}) | 24 | +@JsonIgnoreProperties(value={"hibernateLazyInitializer","handler","fieldHandler"}) |
| 25 | public class Personnel extends BEntity { | 25 | public class Personnel extends BEntity { |
| 26 | 26 | ||
| 27 | /** 主键Id */ | 27 | /** 主键Id */ |
src/main/java/com/bsth/entity/schedule/CarConfigInfo.java
| @@ -19,7 +19,7 @@ import java.util.Date; | @@ -19,7 +19,7 @@ import java.util.Date; | ||
| 19 | @NamedAttributeNode("cl") | 19 | @NamedAttributeNode("cl") |
| 20 | }) | 20 | }) |
| 21 | }) | 21 | }) |
| 22 | -@JsonIgnoreProperties(value={"hibernateLazyInitializer","handlers","fieldHandler"}) | 22 | +@JsonIgnoreProperties(value={"hibernateLazyInitializer","handler","fieldHandler"}) |
| 23 | public class CarConfigInfo extends BEntity implements Serializable { | 23 | public class CarConfigInfo extends BEntity implements Serializable { |
| 24 | 24 | ||
| 25 | /** 主健Id */ | 25 | /** 主健Id */ |
src/main/java/com/bsth/entity/schedule/EmployeeConfigInfo.java
| @@ -22,7 +22,7 @@ import java.io.Serializable; | @@ -22,7 +22,7 @@ import java.io.Serializable; | ||
| 22 | @NamedAttributeNode("xl") | 22 | @NamedAttributeNode("xl") |
| 23 | }) | 23 | }) |
| 24 | }) | 24 | }) |
| 25 | -@JsonIgnoreProperties(value={"hibernateLazyInitializer","handlers","fieldHandler"}) | 25 | +@JsonIgnoreProperties(value={"hibernateLazyInitializer","handler","fieldHandler"}) |
| 26 | public class EmployeeConfigInfo extends BEntity implements Serializable { | 26 | public class EmployeeConfigInfo extends BEntity implements Serializable { |
| 27 | 27 | ||
| 28 | /** 主键Id */ | 28 | /** 主键Id */ |
src/main/java/com/bsth/entity/schedule/GuideboardInfo.java
| @@ -15,7 +15,7 @@ import javax.persistence.*; | @@ -15,7 +15,7 @@ import javax.persistence.*; | ||
| 15 | @NamedAttributeNode("xl") | 15 | @NamedAttributeNode("xl") |
| 16 | }) | 16 | }) |
| 17 | }) | 17 | }) |
| 18 | -@JsonIgnoreProperties(value={"hibernateLazyInitializer","handlers","fieldHandler"}) | 18 | +@JsonIgnoreProperties(value={"hibernateLazyInitializer","handler","fieldHandler"}) |
| 19 | public class GuideboardInfo extends BEntity { | 19 | public class GuideboardInfo extends BEntity { |
| 20 | 20 | ||
| 21 | /** 主键Id */ | 21 | /** 主键Id */ |
src/main/java/com/bsth/entity/sys/SysUser.java
| @@ -9,7 +9,8 @@ import java.util.Set; | @@ -9,7 +9,8 @@ import java.util.Set; | ||
| 9 | 9 | ||
| 10 | @Entity | 10 | @Entity |
| 11 | @Table(name = "bsth_c_sys_user") | 11 | @Table(name = "bsth_c_sys_user") |
| 12 | -@JsonIgnoreProperties(value={"hibernateLazyInitializer","handlers","fieldHandler"}) | 12 | +//@JsonIgnoreProperties(value={"hibernateLazyInitializer","handlers","fieldHandler"}) |
| 13 | +@JsonIgnoreProperties(ignoreUnknown = true) | ||
| 13 | public class SysUser { | 14 | public class SysUser { |
| 14 | 15 | ||
| 15 | @Id | 16 | @Id |
src/main/resources/static/pages/scheduleApp/module/core/ttInfoManage/detailedit/edit-detail2.html