|
|
|
@ -42,7 +42,7 @@ public class FPBroadController {
|
|
|
|
@PostMapping("/selectFpOrderInfo")
|
|
|
|
@PostMapping("/selectFpOrderInfo")
|
|
|
|
@ApiOperation("中间生产数量统计")
|
|
|
|
@ApiOperation("中间生产数量统计")
|
|
|
|
private String selectFpOrderInfo() {
|
|
|
|
private String selectFpOrderInfo() {
|
|
|
|
return JSONObject.toJSONString(service.selectFpOrderInfo());
|
|
|
|
return JSONArray.toJSONString(service.selectFpOrderInfo());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("/selectDeviceStation")
|
|
|
|
@PostMapping("/selectDeviceStation")
|
|
|
|
|