Commit ddfcba07 authored by 周健威's avatar 周健威

修改bug

parent e6fbbcf7
...@@ -31,7 +31,7 @@ public class DelayAddPriceVO { ...@@ -31,7 +31,7 @@ public class DelayAddPriceVO {
List<VMCalendarPriceCostDTO> delayAmountList = CollUtil.newArrayList(); List<VMCalendarPriceCostDTO> delayAmountList = CollUtil.newArrayList();
public void initDelayDamageSafeAmount() { public void initDelayDamageSafeAmount() {
this.delayDamageSafeAmount = this.damageSafePrice.add(new BigDecimal(delayAddDays+ "")); this.delayDamageSafeAmount = this.damageSafePrice.multiply(new BigDecimal(delayAddDays+ ""));
} }
public Integer residueDelayFreeDays(Integer realResidueDays) { public Integer residueDelayFreeDays(Integer realResidueDays) {
......
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