add: 内外部会议模块排序功能
This commit is contained in:
+1
-1
@@ -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>
|
||||
Reference in New Issue
Block a user