This commit is contained in:
linfso 2025-05-30 08:14:27 +08:00
parent ca29695c77
commit 2a9f0f6078

View File

@ -329,7 +329,7 @@
and b.trade_date <![CDATA[ <= ]]> #{params.endTradeDate}
</if>
<if test="params.billCode != null and params.billCode != ''">
and pay_id in(
and b.pay_id in(
select pay_id from emis_settle_pay_rel espr
where espr.del_flag='0'
and FIND_IN_SET(espr.`bill_no`,#{params.billCode})