add: 内外部会议模块排序功能

This commit is contained in:
wxyclub
2023-10-18 09:59:30 +08:00
parent ccb9b67121
commit fc088d1e6a
@@ -102,7 +102,7 @@
where iom.VALID_FLAG = 0
<include refid="Base_Where_Clause" />
<include refid="MeetingTopic_where" />
order by iom.ID
order by #{sortField} #{sortMode}
limit ${pager.startIndex-1},${pageSize}
</select>
</mapper>