Commit 544791f3 authored by hezhen's avatar hezhen

123

parent d2f0f326
......@@ -83,6 +83,7 @@ public class VehicleApplyBiz extends BaseBiz<VehicleApplyMapper, VehicleApply>{
VehicleApply vehicleApply=new VehicleApply();
vehicleApply.setVehicleId(vehicleId);
vehicleApply.setApplyStatus(0);
vehicleApply.setIsDel(0);
return selectCount(vehicleApply);
}
......
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