Commit 50cd0afc authored by libin's avatar libin

Merge branch 'master-ucc-feature' into base-modify

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