the commit.
master
jevononlie 5 months ago
commit 42453c81a6

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

Loading…
Cancel
Save