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 order by
<choose> <choose>
<when test="sortField == 'AGENDA_NAME'"> <when test="sortField == 'AGENDA_NAME'">
mt.${sortField} ${sortMode} mt.${sortField} ${sortMode},
mt.CREATE_TIME asc
</when> </when>
<otherwise> <otherwise>
iom.${sortField} ${sortMode} iom.${sortField} ${sortMode}
mt.CREATE_TIME asc
</otherwise> </otherwise>
</choose> </choose>
</select> </select>