This commit is contained in:
linfso 2024-06-05 09:36:09 +08:00
parent 398b39760b
commit 99083c208b
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
<if test="updateSite != null and updateSite != ''"> and update_site like concat('%', #{updateSite}, '%')</if>
</where>
order by create_time desc
order by orderNum desc
</select>
<select id="checkUnique" parameterType="EmisProblemType" resultType="int">

View File

@ -273,7 +273,7 @@
and (
1=1
<if test="params.privSiteCode != null">
and scanSiteCode=#{params.privSiteCode}
and scan_site_code=#{params.privSiteCode}
</if>
)
</if>