bug: 内外部会议导入排序设为会议时间倒序
This commit is contained in:
+2
-2
@@ -137,7 +137,7 @@
|
|||||||
<foreach collection="exportIdList" item="id" open="(" close=")" separator=",">
|
<foreach collection="exportIdList" item="id" open="(" close=")" separator=",">
|
||||||
#{id}
|
#{id}
|
||||||
</foreach>
|
</foreach>
|
||||||
order by iom.MEETING_NAME
|
order by iom.MEETING_TIME desc
|
||||||
</select>
|
</select>
|
||||||
<select id="queryAllMeeting" resultMap="BaseResultMap">
|
<select id="queryAllMeeting" resultMap="BaseResultMap">
|
||||||
select
|
select
|
||||||
@@ -150,6 +150,6 @@
|
|||||||
where iom.VALID_FLAG = 0
|
where iom.VALID_FLAG = 0
|
||||||
<include refid="Base_Where_Clause" />
|
<include refid="Base_Where_Clause" />
|
||||||
<include refid="MeetingTopic_where" />
|
<include refid="MeetingTopic_where" />
|
||||||
order by iom.MEETING_NAME
|
order by iom.MEETING_TIME desc
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user