Sign in
潘钊
/
bsth_control
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
58bc77cc5bc12c691dda92e3fdeb9757fd14f9f6
Authored by
娄高锋
2025-07-04 14:17:44 +0800
1 parent
9bab3de3
实际排班表方法isDestroy()添加标签防止转JSON错误。
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/bsth/entity/realcontrol/ScheduleRealInfo.java
src/main/java/com/bsth/entity/realcontrol/ScheduleRealInfo.java
View file @
58bc77c
...
...
@@ -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
}
...
...