md
This commit is contained in:
parent
c88dea3030
commit
8ffc69cd7e
@ -52,7 +52,7 @@
|
|||||||
<if test="createSite != null and createSite != ''"> and create_site like concat('%', #{createSite}, '%')</if>
|
<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>
|
<if test="updateSite != null and updateSite != ''"> and update_site like concat('%', #{updateSite}, '%')</if>
|
||||||
</where>
|
</where>
|
||||||
order by create_time desc
|
order by order_num desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectEmisCountryById" parameterType="Integer" resultMap="EmisCountryResult">
|
<select id="selectEmisCountryById" parameterType="Integer" resultMap="EmisCountryResult">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user