Commit 19fb9785 authored by tangwei's avatar tangwei

修改接口

parent 00a18f66
...@@ -139,7 +139,7 @@ public class PointController extends AbstractBaseController { ...@@ -139,7 +139,7 @@ public class PointController extends AbstractBaseController {
public CommonResponse queryPointListByRouteIdNew( public CommonResponse queryPointListByRouteIdNew(
@ApiParam(value = "线路ID") @RequestParam(value = "routeId") Long routeId) { @ApiParam(value = "线路ID") @RequestParam(value = "routeId") Long routeId) {
Page<Map<String, Object>> pag =new PageImpl<Map<String, Object>>(iPointService.queryPointListByRouteId(routeId)); Page<Map<String, Object>> pag =new PageImpl<Map<String, Object>>(iPointService.queryPointListByRouteId(routeId));
return CommonResponseUtil.success(); return CommonResponseUtil.success(pag);
} }
......
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