Commit 517f289e authored by jiaorz's avatar jiaorz

Merge remote-tracking branch 'origin/base-modify' into base-modify

parents 14529e6b df6099c7
......@@ -278,7 +278,7 @@ public class VehicleModelController extends BaseController<VehicleModelBiz, Vehi
VehicleModel vm = new VehicleModel();
vm.setId(id);
vm.setIsdel(1);
vehicleModelBiz.updateById(vm);
vehicleModelBiz.updateSelectiveById(vm);
//3.删除车型对应的标签
VehicleCata vehicleCata = new VehicleCata();
......
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