Commit 58bc77cc5bc12c691dda92e3fdeb9757fd14f9f6

Authored by 娄高锋
1 parent 9bab3de3

实际排班表方法isDestroy()添加标签防止转JSON错误。

src/main/java/com/bsth/entity/realcontrol/ScheduleRealInfo.java
... ... @@ -829,6 +829,7 @@ public class ScheduleRealInfo {
829 829 this.clearFcsjActual();
830 830 }
831 831  
  832 + @JsonIgnore
832 833 public boolean isDestroy(){
833 834 return this.status == -1;
834 835 }
... ...