|
@@ -27,7 +27,7 @@ class ProductionScheduleController( |
|
|
@RequestMapping(value = ["/testDetailSchedule"], method = [RequestMethod.GET]) |
|
|
@RequestMapping(value = ["/testDetailSchedule"], method = [RequestMethod.GET]) |
|
|
fun generateDetailSchedule(request: HttpServletRequest?): Int { |
|
|
fun generateDetailSchedule(request: HttpServletRequest?): Int { |
|
|
try { |
|
|
try { |
|
|
//TODO: update this to receive selectedDate and assignDate from api |
|
|
|
|
|
|
|
|
//TODO: update this to receive selectedDate and assignDate from schedule |
|
|
productionScheduleService.generateDetailedScheduleByDay(1, LocalDateTime.of(2025,6,19,0,0,0)) |
|
|
productionScheduleService.generateDetailedScheduleByDay(1, LocalDateTime.of(2025,6,19,0,0,0)) |
|
|
return 200 |
|
|
return 200 |
|
|
} catch (e: Exception) { |
|
|
} catch (e: Exception) { |
|
|