Commit 610df335 authored by 周健威's avatar 周健威

Merge branch 'feature_chw_zjw' into dev-chw

parents db6e0068 127cec23
......@@ -719,7 +719,7 @@ public class VehicleController extends BaseController<VehicleBiz> implements Use
v.setVehicleExtensions(extensionBiz.getTree(v.getId()));
});
}
return ObjectRestResponse.succ(baseBiz.appSelectList(vehicleFindAppDTO));
return ObjectRestResponse.succ(pageVo);
}
@GetMapping("app/unauth/shop/headSelectList")
......
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