|
@@ -193,7 +193,7 @@ public class RepairInfoService {
|
|
if(list.getDiscount() == 0){
|
|
if(list.getDiscount() == 0){
|
|
excelVo.setPriceDiscount(list.getPrice());
|
|
excelVo.setPriceDiscount(list.getPrice());
|
|
}
|
|
}
|
|
- if(list.getDiscount() == 0){
|
|
|
|
|
|
+ if(list.getDiscount() == 1){
|
|
excelVo.setPriceDiscount(list.getPriceDiscount());
|
|
excelVo.setPriceDiscount(list.getPriceDiscount());
|
|
}
|
|
}
|
|
excelVo.setAmount(excelVo.getPriceDiscount().multiply(new BigDecimal(list.getCount())));
|
|
excelVo.setAmount(excelVo.getPriceDiscount().multiply(new BigDecimal(list.getCount())));
|