linwe
2023-12-14 06c5736e13f1a5e53041153759dca8476a381f8f
src/main/java/org/springblade/modules/grid/controller/GridController.java
@@ -178,5 +178,12 @@
      return R.data(gridService.getGridTree(grid));
   }
   /**
    * 综治网格信息
    */
   @ApiOperation(value = "获取综治网格信息", notes = "传入houseCode")
   @GetMapping("/gridInfoByHouseCode")
   public R gridInfoByHouseCode( @RequestParam("houseCode") String houseCode) {
      return R.data(gridService.gridInfoByHouseCode(houseCode));
   }
}