Commit 8b5f2b54 authored by 赵啸非's avatar 赵啸非

添加区域点击

parent adb898e5
...@@ -85,7 +85,7 @@ public interface ISiteFeign extends IFeign { ...@@ -85,7 +85,7 @@ public interface ISiteFeign extends IFeign {
* @param sitePdu * @param sitePdu
* @return * @return
*/ */
@GetMapping(value = "/site/getFlatSitesByAreaIds") @PostMapping(value = "/site/getFlatSitesByAreaIds")
Rest<List<SitePdu>> getFlatSitesByAreaIds(@RequestBody SitePdu sitePdu); Rest<List<SitePdu>> getFlatSitesByAreaIds(@RequestBody SitePdu sitePdu);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment