Commit 2e04d2c4e0c2cd9261c9a9747e89843b7965e8cc
1 parent
3450bf73
dfAuto
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/bsth/data/schedule/late_adjust/LateAdjustHandle.java
| @@ -101,6 +101,7 @@ public class LateAdjustHandle implements ApplicationContextAware{ | @@ -101,6 +101,7 @@ public class LateAdjustHandle implements ApplicationContextAware{ | ||
| 101 | lateSchMap.remove(sch.getClZbh()); | 101 | lateSchMap.remove(sch.getClZbh()); |
| 102 | sch.setLate2(false); | 102 | sch.setLate2(false); |
| 103 | sch.setLateMinute(0); | 103 | sch.setLateMinute(0); |
| 104 | + sch.setDfAuto(false); | ||
| 104 | } | 105 | } |
| 105 | }catch (Exception e){ | 106 | }catch (Exception e){ |
| 106 | logger.error("", e); | 107 | logger.error("", e); |