md
This commit is contained in:
parent
af3b6374dc
commit
5fdbfda70b
@ -45,7 +45,7 @@
|
|||||||
<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="checkUnique" parameterType="EmisProblemType" resultType="int">
|
<select id="checkUnique" parameterType="EmisProblemType" resultType="int">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user