|
@@ -197,7 +197,7 @@ public class RepairSaleService {
|
|
priceList.setPrice(laborCost.getPrice());
|
|
priceList.setPrice(laborCost.getPrice());
|
|
priceList.setName(laborCost.getName());
|
|
priceList.setName(laborCost.getName());
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ priceList.setPriceListId(null);
|
|
priceList.setRepairId(param.getRepairId());
|
|
priceList.setRepairId(param.getRepairId());
|
|
priceListService.save(priceList);
|
|
priceListService.save(priceList);
|
|
|
|
|