Commit f32c5524 authored by 周健威's avatar 周健威

添加详情接口

parent 3f3b6db7
...@@ -642,7 +642,8 @@ public class VehicleController extends BaseController<VehicleBiz> implements Use ...@@ -642,7 +642,8 @@ public class VehicleController extends BaseController<VehicleBiz> implements Use
/*** 新增给App ****/ /*** 新增给App ****/
@RequestMapping(value = "/app/findById", method = RequestMethod.GET) @RequestMapping(value = "/app/unauth/findById", method = RequestMethod.GET)
@IgnoreUserToken
public RestResponse<VehicleVO> appFindById(String id, String priceStartDate, String priceEndDate) { public RestResponse<VehicleVO> appFindById(String id, String priceStartDate, String priceEndDate) {
Vehicle vehicle = baseBiz.get(id); Vehicle vehicle = baseBiz.get(id);
VehicleVO vehicleVO = BeanUtil.toBean(vehicle, VehicleVO.class); VehicleVO vehicleVO = BeanUtil.toBean(vehicle, VehicleVO.class);
......
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