md
This commit is contained in:
parent
60279c1a7d
commit
4207c886f6
@ -62,7 +62,7 @@
|
||||
|
||||
<select id="checkSiteScanUnique" parameterType="EmisTmsScanRecord" resultType="int">
|
||||
select count(1) from emis_tms_scan_record
|
||||
where billCode = #{billCode} and scan_type=#{scanType}
|
||||
where bill_code = #{billCode} and scan_type=#{scanType}
|
||||
and scan_site_code=#{scanSiteCode}
|
||||
and to_days(scan_date) = to_days(#{scanDate})
|
||||
limit 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user