|
|
|
|
@ -43,12 +43,7 @@ public class FPBroadController {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@PostMapping("/selectOrderExecutionDay")
|
|
|
|
|
@ApiOperation("底部列表白天使用")
|
|
|
|
|
private String selectOrderExecutionDay() {
|
|
|
|
|
return JSONArray.toJSONString(service.fp_selectOrderExecutionDay());
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("/selectOrderExecutionPlan")
|
|
|
|
|
@ -72,11 +67,20 @@ public class FPBroadController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@PostMapping("/selectStationHourInfo")
|
|
|
|
|
// 每小时数据 底部列表
|
|
|
|
|
@ApiOperation("生产统计数据")
|
|
|
|
|
private String fp_selectStationHourInfo() {
|
|
|
|
|
return JSONArray.toJSONString(service.fp_selectStationHourInfo());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@PostMapping("/selectStationHourInfoDay")
|
|
|
|
|
@ApiOperation("底部列表白天使用")
|
|
|
|
|
private String selectOrderExecutionDay() {
|
|
|
|
|
return JSONArray.toJSONString(service.fp_selectStationHourInfoDay());
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private Map<String, String> map;
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|