linwe
2023-12-08 91e2a286bb5b72172bb2e2d5f96be03439c51f72
src/main/java/org/springblade/modules/grid/controller/GridmanController.java
@@ -155,5 +155,17 @@
   }
   /**
    *
    * @param code
    * @param roleType
    * @return
    */
   @ApiOperation(value = "网格员和物业人公司统计", notes = "")
   @GetMapping("/getGridStatistics")
   public R getGridStatistics(@RequestParam("code") String code, @RequestParam("roleType") String roleType) {
      return R.data(gridmanService.getGridStatistics(code,roleType));
   }
}