This commit is contained in:
linfso 2025-07-21 15:53:22 +08:00
parent 745c4f9670
commit 6e4e08f691

View File

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