Commit 8843ad4d authored by libin's avatar libin

车型类型

parent 7d2beb9f
......@@ -191,7 +191,7 @@ public class VehicleCataController extends VehicleBaseController<VehiclePlatCata
* @param type
* @return
*/
@GetMapping("/types")
@GetMapping("/app/unauth/types")
public ObjectRestResponse<List<VehiclePlatCataVo>> findVehiclePlatCate(@RequestParam(value = "type",required = false,defaultValue = "7") Integer type){
List<VehiclePlatCataVo> category = baseBiz.findVehicleCategoryByParentId(type);
return ObjectRestResponse.succ(category);
......
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