md
This commit is contained in:
parent
398b39760b
commit
99083c208b
@ -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">
|
||||
|
||||
@ -273,7 +273,7 @@
|
||||
and (
|
||||
1=1
|
||||
<if test="params.privSiteCode != null">
|
||||
and scanSiteCode=#{params.privSiteCode}
|
||||
and scan_site_code=#{params.privSiteCode}
|
||||
</if>
|
||||
)
|
||||
</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user