bug:78295,内外部会议子表排序问题
This commit is contained in:
+3
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user