This commit is contained in:
linfso 2025-06-30 20:36:39 +08:00
parent 60276eeebb
commit e79ad23af6

View File

@ -94,7 +94,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND a.next_site_code = b.next_site_code
AND a.supplier_code = b.supplier_code
AND b.batch_no = c.batch_no
and a.start_date <![CDATA[ <= ]]> b.etd and b.etd <![CDATA[ <= ]]> a.end_date
and a.start_date <![CDATA[ <= ]]> b.etd and b.etd <![CDATA[ < ]]> a.end_date
AND c.bill_code = #{billCode}
</select>