|
|
@@ -184,6 +184,7 @@ public class CmsGroupRelationController {
|
|
|
SearchResult<GroupsRelationIndependentView> search = beanSearcher.search(GroupsRelationIndependentView.class, MapUtils.flatBuilder(request.getParameterMap())
|
|
|
.put("condition", condition)
|
|
|
.orderBy(GroupsRelationIndependentView::getIsRenew)
|
|
|
+ .orderBy(GroupsRelationIndependentView::getGroupsId)
|
|
|
.orderBy(GroupsRelationIndependentView::getSubmitTime).desc()
|
|
|
.build());
|
|
|
search.getDataList().forEach(e->{
|