Commit 7e07e261 authored by hezhen's avatar hezhen

123

parent bae4531a
...@@ -84,9 +84,9 @@ public class VehicleApplyBiz extends BaseBiz<VehicleApplyMapper, VehicleApply>{ ...@@ -84,9 +84,9 @@ public class VehicleApplyBiz extends BaseBiz<VehicleApplyMapper, VehicleApply>{
Integer goodsType = vehicle.getGoodsType() == null ? 0 : vehicle.getGoodsType(); Integer goodsType = vehicle.getGoodsType() == null ? 0 : vehicle.getGoodsType();
if (goodsType > 0){ if (goodsType > 0){
if (goodsType == 1 || goodsType == 2){ if (goodsType == 1 || goodsType == 2){
vehicle.setPriceType(2);
}else if (goodsType == 3){
vehicle.setPriceType(1); vehicle.setPriceType(1);
}else if (goodsType == 3){
vehicle.setPriceType(2);
} }
} }
} }
......
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