|
|
|
@ -36,12 +36,14 @@ public class MTKController {
|
|
|
|
List<BaseTeam> list = baseTeamService.selectBaseTeamList(null);
|
|
|
|
List<BaseTeam> list = baseTeamService.selectBaseTeamList(null);
|
|
|
|
return JSONArray.toJSONString(list);
|
|
|
|
return JSONArray.toJSONString(list);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("/selectOrderInfoBy3d")
|
|
|
|
@PostMapping("/selectOrderInfoBy3d")
|
|
|
|
@ApiOperation("3日订单执行情况")
|
|
|
|
@ApiOperation("3日订单执行情况")
|
|
|
|
public String mtk_selectOrderInfoBy3d() {
|
|
|
|
public String mtk_selectOrderInfoBy3d() {
|
|
|
|
|
|
|
|
|
|
|
|
return JSONArray.toJSONString(service.mtk_selectOrderInfoBy3d());
|
|
|
|
return JSONArray.toJSONString(service.mtk_selectOrderInfoBy3d());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("/mtk_selectOrderInfoBy3dTatle")
|
|
|
|
@PostMapping("/mtk_selectOrderInfoBy3dTatle")
|
|
|
|
@ApiOperation("3日订单执行情况标题栏")
|
|
|
|
@ApiOperation("3日订单执行情况标题栏")
|
|
|
|
public String mtk_selectOrderInfoBy3dTatle() {
|
|
|
|
public String mtk_selectOrderInfoBy3dTatle() {
|
|
|
|
@ -61,6 +63,9 @@ public class MTKController {
|
|
|
|
return JSONArray.toJSONString(service.mtk_sselectQATop3());
|
|
|
|
return JSONArray.toJSONString(service.mtk_sselectQATop3());
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@PostMapping("/selectQAZD")
|
|
|
|
|
|
|
|
@ApiOperation("重点工序质量检测")
|
|
|
|
|
|
|
|
private String mtk_selectQAZD() {
|
|
|
|
|
|
|
|
return JSONArray.toJSONString(service.mtk_selectQAZD());
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|