bug:78295,内外部会议子表排序问题

This commit is contained in:
wxyclub
2023-11-28 09:35:47 +08:00
parent d0f3777d4a
commit 727734e9fc
@@ -118,10 +118,12 @@
order by
<choose>
<when test="sortField == 'AGENDA_NAME'">
mt.${sortField} ${sortMode}
mt.${sortField} ${sortMode},
mt.CREATE_TIME asc
</when>
<otherwise>
iom.${sortField} ${sortMode}
mt.CREATE_TIME asc
</otherwise>
</choose>
</select>