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>