Commit e1d7fee52e9827fd1cf586f85788c285eb9e20be
1 parent
b0ba5592
update
Showing
1 changed file
with
5 additions
and
0 deletions
src/main/java/com/bsth/controller/realcontrol/anomalyCheckController.java
| @@ -100,4 +100,9 @@ public class anomalyCheckController { | @@ -100,4 +100,9 @@ public class anomalyCheckController { | ||
| 100 | public void reCalcLpSch(){ | 100 | public void reCalcLpSch(){ |
| 101 | dayOfSchedule._test_reCalcLpSch(); | 101 | dayOfSchedule._test_reCalcLpSch(); |
| 102 | } | 102 | } |
| 103 | + | ||
| 104 | + @RequestMapping(value = "/findSchByLpName") | ||
| 105 | + public List<ScheduleRealInfo> findSchByLpName(String lpName){ | ||
| 106 | + return dayOfSchedule.getLpScheduleMap().get(lpName); | ||
| 107 | + } | ||
| 103 | } | 108 | } |