zoujiajian 2 년 전
부모
커밋
bafa785f0d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      netflix-web/src/main/java/com/cyksj/web/controller/manage/group/CmsGroupRelationController.java

+ 1 - 0
netflix-web/src/main/java/com/cyksj/web/controller/manage/group/CmsGroupRelationController.java

@@ -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->{