Commit 6829c866 authored by jiaorz's avatar jiaorz

Merge branch 'master-change-arrival-company' into dev

parents 0e172920 5494b4e4
...@@ -304,7 +304,7 @@ public class VehicleModelController extends BaseController<VehicleModelBiz, Vehi ...@@ -304,7 +304,7 @@ public class VehicleModelController extends BaseController<VehicleModelBiz, Vehi
return ObjectRestResponse.createFailedResult(ResCode.FIND_DATA_NOT_EXIST.getCode(), ResCode.FIND_DATA_NOT_EXIST.getDesc()); return ObjectRestResponse.createFailedResult(ResCode.FIND_DATA_NOT_EXIST.getCode(), ResCode.FIND_DATA_NOT_EXIST.getDesc());
} }
oldValue.setAppShow(vehicleModel.getAppShow()); oldValue.setAppShow(vehicleModel.getAppShow());
vehicleModelBiz.updateSelectiveByIdRe(oldValue); vehicleModelBiz.updateByPrimaryKeySelective(oldValue);
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