|
@@ -187,7 +187,7 @@ public class RepairInfoService {
|
|
|
if(list.getPriceDiscount() == null){
|
|
|
excelVo.setPriceDiscount(list.getPrice());
|
|
|
}
|
|
|
- excelVo.setAmount(list.getPriceDiscount().multiply(new BigDecimal(list.getCount())));
|
|
|
+ excelVo.setAmount(excelVo.getPriceDiscount().multiply(new BigDecimal(list.getCount())));
|
|
|
excelVos.add(excelVo);
|
|
|
totalAmount = totalAmount.add(excelVo.getAmount());
|
|
|
priceData = list.getCreateTime();
|