Commit 58bc77cc5bc12c691dda92e3fdeb9757fd14f9f6
1 parent
9bab3de3
实际排班表方法isDestroy()添加标签防止转JSON错误。
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/bsth/entity/realcontrol/ScheduleRealInfo.java
| @@ -829,6 +829,7 @@ public class ScheduleRealInfo { | @@ -829,6 +829,7 @@ public class ScheduleRealInfo { | ||
| 829 | this.clearFcsjActual(); | 829 | this.clearFcsjActual(); |
| 830 | } | 830 | } |
| 831 | 831 | ||
| 832 | + @JsonIgnore | ||
| 832 | public boolean isDestroy(){ | 833 | public boolean isDestroy(){ |
| 833 | return this.status == -1; | 834 | return this.status == -1; |
| 834 | } | 835 | } |