|
@@ -265,7 +265,8 @@ public class RepairInfoService {
|
|
|
if(repairDetailVo.getRepairerVo().getWarrantyType() == 0){
|
|
|
PriceListExcelVo excelVo = new PriceListExcelVo();
|
|
|
excelVo.setName("保内维修");
|
|
|
- excelVo.setAmount(totalAmount);
|
|
|
+ excelVo.setAmount(totalAmount.negate());
|
|
|
+ excelVos.add(excelVo);
|
|
|
}
|
|
|
vo.setPriceListExcelVos(excelVos);
|
|
|
vo.setTotalCount(totalAmount);
|