|
@@ -18,6 +18,11 @@ public class PlatBuildControlController {
|
|
|
return AjaxResult.success("查询成功", platBuildingService.updateAirNum(num));
|
|
|
}
|
|
|
|
|
|
+ @GetMapping("/getAirNum")
|
|
|
+ public AjaxResult getAirNum() {
|
|
|
+ return AjaxResult.success("查询成功", platBuildingService.getAirNum());
|
|
|
+ }
|
|
|
+
|
|
|
/*楼宇本周用电量*/
|
|
|
@GetMapping("/thisWeekElectricity")
|
|
|
public AjaxResult getThisWeekElectricity() {
|