|
@@ -69,7 +69,7 @@ public class RepairSaleService {
|
|
BigDecimal payAmount;
|
|
BigDecimal payAmount;
|
|
for (RepairerVo record : voPage.getRecords()) {
|
|
for (RepairerVo record : voPage.getRecords()) {
|
|
if(record.getStatus().equals(RepairStatusEnum.TO_BE_CANCELED.status())){
|
|
if(record.getStatus().equals(RepairStatusEnum.TO_BE_CANCELED.status())){
|
|
- payAmount = priceListService.getRobAmountByRepairId(param.getRepairId());
|
|
|
|
|
|
+ payAmount = priceListService.getRobAmountByRepairId(record.getRepairId());
|
|
}else {
|
|
}else {
|
|
payAmount = priceListService.getAmountByRepairId(record.getRepairId());
|
|
payAmount = priceListService.getAmountByRepairId(record.getRepairId());
|
|
}
|
|
}
|