md
This commit is contained in:
parent
7fae88c3b2
commit
6d93e14b5e
@ -79,7 +79,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="selectEmisTransLineById" parameterType="Long" resultMap="EmisTransLineResult">
|
<select id="selectEmisTransLineById" parameterType="Long" resultMap="EmisTransLineResult">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user