Commit 179c53b6 authored by hezhen's avatar hezhen

Merge branch 'master-chw-price' into dev-chw

parents 923ff4b7 cf61760e
......@@ -104,7 +104,7 @@ public class AppVehicleController extends BaseController<VehicleBiz> {
@PostMapping("setDaysPrice")
@ApiModelProperty("设置价格")
public ObjectRestResponse setDaysPrice(@RequestBody VehicleApply vehicle) {
baseBiz.addOrUpd(vehicle);
baseBiz.updVehicleDaysPrice(vehicle);
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