This commit is contained in:
linfso 2024-04-14 22:49:33 +08:00
parent c88dea3030
commit 8ffc69cd7e

View File

@ -52,7 +52,7 @@
<if test="createSite != null and createSite != ''"> and create_site like concat('%', #{createSite}, '%')</if>
<if test="updateSite != null and updateSite != ''"> and update_site like concat('%', #{updateSite}, '%')</if>
</where>
order by create_time desc
order by order_num desc
</select>
<select id="selectEmisCountryById" parameterType="Integer" resultMap="EmisCountryResult">