Commit cf61760e authored by hezhen's avatar hezhen

123

parent eb94c37b
...@@ -91,7 +91,7 @@ public class AppVehicleController extends BaseController<VehicleBiz> { ...@@ -91,7 +91,7 @@ public class AppVehicleController extends BaseController<VehicleBiz> {
@PostMapping("setDaysPrice") @PostMapping("setDaysPrice")
@ApiModelProperty("设置价格") @ApiModelProperty("设置价格")
public ObjectRestResponse setDaysPrice(@RequestBody VehicleApply vehicle) { public ObjectRestResponse setDaysPrice(@RequestBody VehicleApply vehicle) {
baseBiz.addOrUpd(vehicle); baseBiz.updVehicleDaysPrice(vehicle);
return ObjectRestResponse.succ(); return ObjectRestResponse.succ();
} }
......
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