This commit is contained in:
linfso 2024-06-05 17:22:42 +08:00
parent af3b6374dc
commit 5fdbfda70b

View File

@ -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">