Commit a567d816 authored by youjj's avatar youjj

修改

parent efb13aed
...@@ -87,6 +87,7 @@ public class VehicleActiveController { ...@@ -87,6 +87,7 @@ public class VehicleActiveController {
return RestResponse.codeAndMessage(ResCode.INVALID_REST_REQ_PARAM.getCode(), return RestResponse.codeAndMessage(ResCode.INVALID_REST_REQ_PARAM.getCode(),
ResCode.INVALID_REST_REQ_PARAM.getDesc()); ResCode.INVALID_REST_REQ_PARAM.getDesc());
} }
vehicleActiveService.upkeepEnd(vehicleUpkeepEndVo); vehicleActiveService.upkeepEnd(vehicleUpkeepEndVo);
return RestResponse.suc(); return RestResponse.suc();
} }
......
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