摘要: (1)增 @PostMapping("/add")public Result save(@RequestBody StationRegionTree tree){ try{ tree.setId(UUID.randomUUID().toString().trim().replaceAll("_"," 阅读全文
posted @ 2022-04-22 10:26 sensen~||^_^|||& 阅读(150) 评论(0) 推荐(0)
摘要: 初始是这样的:@PostMapping("/parentId")public Result listByParentId(@RequestBody Map<String,String> map) { String regionId = map.get("regionId"); //获取用户有权限查看 阅读全文
posted @ 2022-04-22 10:12 sensen~||^_^|||& 阅读(508) 评论(0) 推荐(0)
摘要: (1)@GetMapping("/parentId") public Result listByParentId(String regionId) { Set<String> stationIds = this.getStationIds(); List<String> ids = new Arra 阅读全文
posted @ 2022-04-22 10:06 sensen~||^_^|||& 阅读(476) 评论(0) 推荐(0)