This commit is contained in:
parent
eeb58516de
commit
fa71e7024d
|
|
@ -116,6 +116,12 @@ public class AggregOptionConfigService {
|
||||||
childList) {
|
childList) {
|
||||||
|
|
||||||
childVO.setChild(goupParentIdList.get(childVO.getRowId()));
|
childVO.setChild(goupParentIdList.get(childVO.getRowId()));
|
||||||
|
try{
|
||||||
|
Collections.sort((List<OptionalEbomImportChildVO>)childVO.getChild(), (option0, option1) -> option0.getDrawingNo().compareTo(option1.getDrawingNo()));
|
||||||
|
}catch (Exception e){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue