md
This commit is contained in:
parent
745c4f9670
commit
6e4e08f691
@ -355,7 +355,7 @@
|
||||
where a.del_flag='0'
|
||||
and a.supplier_code = #{supplierCode}
|
||||
and a.car_no = #{carNo}
|
||||
<if test="etd != null and etd != ''">
|
||||
<if test="etd != null">
|
||||
and DATE_FORMAT(a.etd,'%Y%m%d')= DATE_FORMAT(#{etd},'%Y%m%d')
|
||||
</if>
|
||||
limit 3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user