|
@@ -161,7 +161,6 @@ public class RepairSaleService {
|
|
|
|
|
|
HashMap<Integer,Part> partMap = partService.getHashMap();
|
|
HashMap<Integer,Part> partMap = partService.getHashMap();
|
|
HashMap<Integer,LaborCost> laborMap = laborCostService.getHashMap();
|
|
HashMap<Integer,LaborCost> laborMap = laborCostService.getHashMap();
|
|
- priceListService.delNoCm(param.getRepairId());
|
|
|
|
|
|
|
|
for (PriceList priceList : param.getPriceLists()) {
|
|
for (PriceList priceList : param.getPriceLists()) {
|
|
if(priceList.getType() == null){
|
|
if(priceList.getType() == null){
|