|
@@ -232,11 +232,6 @@ public class RepairSaleService {
|
|
|
}
|
|
|
priceList.setRepairId(param.getRepairId());
|
|
|
if(priceList.getPriceListId() != null){
|
|
|
- PriceList priceList1 = priceListHashMap.get(priceList.getPriceListId());
|
|
|
- if(priceList1 != null){
|
|
|
- priceList.setStatus(priceList1.getStatus());
|
|
|
- priceList.setRemark(priceList1.getRemark());
|
|
|
- }
|
|
|
priceList.setPriceListId(null);
|
|
|
}
|
|
|
|