修改删除和进出场金额存储
This commit is contained in:
parent
f6005af3e1
commit
f9aac40c7b
|
|
@ -474,8 +474,8 @@ public class SupDispatchCarServiceImpl implements SupDispatchCarService{
|
||||||
sb.append("公里:").append(priceVo.getPrice()).append("元");
|
sb.append("公里:").append(priceVo.getPrice()).append("元");
|
||||||
vo.setCarOutId(priceVo.getId());
|
vo.setCarOutId(priceVo.getId());
|
||||||
vo.setJcMoney(priceVo.getPrice());
|
vo.setJcMoney(priceVo.getPrice());
|
||||||
BigDecimal jcMoney=new BigDecimal(priceVo.getPrice());
|
BigDecimal jcMoney=new BigDecimal(priceVo.getPrice());
|
||||||
allMoney=allMoney.add(jcMoney);
|
allMoney=allMoney.add(jcMoney);
|
||||||
cost=cost.add(jcMoney);
|
cost=cost.add(jcMoney);
|
||||||
vo.setCost(cost.toString());
|
vo.setCost(cost.toString());
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue