xi
This commit is contained in:
@@ -140,7 +140,7 @@ public class LabelServiceImpl implements LabelService {
|
|||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
vo.setLabelList(labelList1);
|
vo.setLabelList(labelList1);
|
||||||
return vo;
|
return vo;
|
||||||
}).collect(Collectors.toList());
|
}).sorted(Comparator.comparing(LabelGroupVO::getGroupCreateTime).thenComparing(LabelGroupVO::getId)).collect(Collectors.toList());
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user