|
@@ -262,6 +262,11 @@ public class RepairInfoService {
|
|
|
totalAmount = totalAmount.add(excelVo.getAmount());
|
|
|
priceData = list.getCreateTime();
|
|
|
}
|
|
|
+ if(repairDetailVo.getRepairerVo().getWarrantyType() == 0){
|
|
|
+ PriceListExcelVo excelVo = new PriceListExcelVo();
|
|
|
+ excelVo.setName("保内维修");
|
|
|
+ excelVo.setAmount(totalAmount);
|
|
|
+ }
|
|
|
vo.setPriceListExcelVos(excelVos);
|
|
|
vo.setTotalCount(totalAmount);
|
|
|
vo.setPriceListDate(priceData);
|