获取非编辑区域信息

master
guochaojie 5 months ago
parent 42453c81a6
commit dffff72f11

@ -246,7 +246,7 @@ public class StationAreaController {
}
}
@GetMapping("/getOthersArea")
@GetMapping("/get/others")
@Operation(summary = "获取非当前编辑的其他区域信息")
public ActionResult getOthersArea(@RequestParam(name = "id", required = false, value = "") String id) {
List<StationAreaEntity> othersArea = stationAreaService.getOthersArea(id);

Loading…
Cancel
Save