@@ -198,6 +198,7 @@ public class RepairSaleService {
priceList.setPrice(laborCost.getPrice());
priceList.setName(laborCost.getName());
}
+ priceList.setPriceListId(null);
priceList.setRepairId(param.getRepairId());
priceListService.save(priceList);
@@ -25,7 +25,7 @@ public class StatusUtil {
switch (statusParam){
case 0 : return Collections.singletonList(0);
- case 1 : return Arrays.asList(10,20,30,40,50,70,80,90,91,100);
+ case 1 : return Arrays.asList(10,20,30,40,50,60,70,80,90,91,100);
case 2 : return Arrays.asList(110);
default: throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);