|
|
|
@ -149,7 +149,7 @@ public class ProcessQualityMaintenanceServiceImpl implements IProcessQualityMain |
|
|
|
MesRbFilePreserveDetailDTO mesRbFilePreserveDetailDTO = new MesRbFilePreserveDetailDTO(); |
|
|
|
MesRbFilePreserveDetailDTO mesRbFilePreserveDetailDTO = new MesRbFilePreserveDetailDTO(); |
|
|
|
BeanUtils.copyProperties(dsRbFilePreserveDetail, mesRbFilePreserveDetailDTO); |
|
|
|
BeanUtils.copyProperties(dsRbFilePreserveDetail, mesRbFilePreserveDetailDTO); |
|
|
|
return mesRbFilePreserveDetailDTO; |
|
|
|
return mesRbFilePreserveDetailDTO; |
|
|
|
}).sorted(Comparator.comparing(MesRbFilePreserveDetailDTO::getDetailIndex)).toList(); |
|
|
|
}).sorted(Comparator.comparing(dto -> Integer.parseInt(dto.getDetailIndex()))).toList(); |
|
|
|
dsRbFilePreserveSlot.setChildrenList(childrenList); |
|
|
|
dsRbFilePreserveSlot.setChildrenList(childrenList); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|