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