Commit dc124f2c by huluobin

update

parent 83cc15d3
...@@ -21,7 +21,7 @@ public class ZoneController { ...@@ -21,7 +21,7 @@ public class ZoneController {
private final ZoneMapper zoneMapper; private final ZoneMapper zoneMapper;
@ApiOperation("获取父目录下的地址信息") @ApiOperation("获取父目录下的地址信息")
@GetMapping("/no_zone/listByPid/{pid}") @GetMapping("customer/no_zone/listByPid/{pid}")
public JsonResult<List<Zone>> listByPid(@PathVariable Integer pid) { public JsonResult<List<Zone>> listByPid(@PathVariable Integer pid) {
List<Zone> zoneList = zoneMapper.selectList(new LambdaQueryWrapper<Zone>().eq(Zone::getPid, pid)); List<Zone> zoneList = zoneMapper.selectList(new LambdaQueryWrapper<Zone>().eq(Zone::getPid, pid));
return JsonResult.success(zoneList); return JsonResult.success(zoneList);
......
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