JiangChongBo 2 년 전
부모
커밋
ee3f47a825
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/resources/mapper/AuthMapper.xml

+ 1 - 0
src/main/resources/mapper/AuthMapper.xml

@@ -928,5 +928,6 @@
         <if test="clubUserIds != null and clubUserIds!=''">
            and  find_in_set(cu.id,#{clubUserIds})
         </if>
+        order by cu.addTime desc
     </select>
 </mapper>