|
@@ -1,4 +1,4 @@
|
|
|
-package com.project.zcustom.controller.smart;
|
|
|
+package com.project.zcustom.controller.service.smart;
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
|
|
import com.project.common.annotation.Log;
|
|
@@ -71,21 +71,21 @@ public class PlatGreenSmartController extends BaseController {
|
|
|
|
|
|
@ApiOperation("食堂服务满意度")
|
|
|
@RequestMapping("/getCanteenScoreData")
|
|
|
- public AjaxResult getCanteenScoreData(@RequestParam String appOrg,@RequestParam String canteenName) {
|
|
|
- return AjaxResult.success("查询成功", platGreenSmartService.getCanteenScoreData(appOrg, canteenName));
|
|
|
+ public AjaxResult getCanteenScoreData(@RequestParam String appOrg) {
|
|
|
+ return AjaxResult.success("查询成功", platGreenSmartService.getCanteenScoreData(appOrg));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("能耗信息")
|
|
|
- @RequestMapping("/getPowerData")
|
|
|
- public AjaxResult getPowerData(@RequestParam String appOrg) {
|
|
|
- return AjaxResult.success("查询成功", iPlatGreenSmartEnergyService.getPowerData(appOrg));
|
|
|
- }
|
|
|
+// @ApiOperation("能耗信息")
|
|
|
+// @RequestMapping("/getPowerData")
|
|
|
+// public AjaxResult getPowerData(@RequestParam String appOrg) {
|
|
|
+// return AjaxResult.success("查询成功", iPlatGreenSmartEnergyService.getPowerData(appOrg));
|
|
|
+// }
|
|
|
|
|
|
- @ApiOperation("热销菜品排行")
|
|
|
- @RequestMapping("/getFoodRankData")
|
|
|
- public AjaxResult getFoodRankData(@RequestParam String appOrg) {
|
|
|
- return AjaxResult.success("查询成功", iPlatGreenSmartRankService.getRankData(appOrg));
|
|
|
- }
|
|
|
+// @ApiOperation("热销菜品排行")
|
|
|
+// @RequestMapping("/getFoodRankData")
|
|
|
+// public AjaxResult getFoodRankData(@RequestParam String appOrg) {
|
|
|
+// return AjaxResult.success("查询成功", iPlatGreenSmartRankService.getRankData(appOrg));
|
|
|
+// }
|
|
|
|
|
|
@ApiOperation("各食堂满意度排名")
|
|
|
@RequestMapping("/getCanteenDegreeData")
|
|
@@ -93,11 +93,11 @@ public class PlatGreenSmartController extends BaseController {
|
|
|
return AjaxResult.success("查询成功", platGreenSmartService.getCanteenDegreeData(appOrg));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("各单位统计排行")
|
|
|
- @RequestMapping("/getCanteenTotalRank")
|
|
|
- public AjaxResult getCanteenTotalRank(@RequestParam String appOrg) {
|
|
|
- return AjaxResult.success("查询成功", platGreenSmartService.getCanteenTotalRank(appOrg));
|
|
|
- }
|
|
|
+// @ApiOperation("各单位统计排行")
|
|
|
+// @RequestMapping("/getCanteenTotalRank")
|
|
|
+// public AjaxResult getCanteenTotalRank(@RequestParam String appOrg) {
|
|
|
+// return AjaxResult.success("查询成功", platGreenSmartService.getCanteenTotalRank(appOrg));
|
|
|
+// }
|
|
|
|
|
|
@ApiOperation("绿智食堂参评食堂情况")
|
|
|
@RequestMapping("/geParticipateData")
|