Commit 1ffde26a05711c4eae7dde8b840835439f780c63
1 parent
1834d75b
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/server_ws/util/ScheduleCalculator.java
| @@ -114,7 +114,7 @@ public class ScheduleCalculator { | @@ -114,7 +114,7 @@ public class ScheduleCalculator { | ||
| 114 | for (ScheduleRealInfo sch : list) { | 114 | for (ScheduleRealInfo sch : list) { |
| 115 | if (sch.getStatus() == -1) | 115 | if (sch.getStatus() == -1) |
| 116 | continue; | 116 | continue; |
| 117 | - if (isInOut(sch)) | 117 | + if (isInOut(sch) || sch.getBcType().equals("ldks")) |
| 118 | continue; | 118 | continue; |
| 119 | 119 | ||
| 120 | cts = sch.getcTasks(); | 120 | cts = sch.getcTasks(); |