bug: 政策课题、政策法规资料按照时间倒序

This commit is contained in:
wxyclub
2023-11-23 23:00:37 +08:00
parent c0d38e35d7
commit abc5e3b666
2 changed files with 3 additions and 3 deletions
@@ -94,6 +94,6 @@
from sar_laws_information
where VALID_FLAG = 0
<include refid="Base_Where_Clause" />
order by ID asc
order by UPLOAD_TIME desc
</select>
</mapper>
@@ -214,7 +214,7 @@
<foreach collection="idList" open="(" close=")" separator="," item="id">
#{id}
</foreach>
order by slt.ID asc
order by slt.START_TIME desc
</select>
<select id="getAllLawsTopic" resultMap="BaseResultMap">
select <include refid="Base_Join_Column_List" />
@@ -225,6 +225,6 @@
<include refid="Base_Where_Clause"/>
<include refid="TopicMeeting_where" />
<include refid="ContactInformation_where" />
order by slt.ID asc
order by slt.START_TIME desc
</select>
</mapper>