This commit is contained in:
linfso 2025-05-20 10:46:44 +08:00
parent 4f5eb76f33
commit 0f4e5a505f

View File

@ -157,7 +157,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and pay_id in(
select pay_id from emis_settle_pay_rel espr
where espr.del_flag='0'
and FIND_IN_SET(espr.`bill_code`,#{params.billCode})
and FIND_IN_SET(espr.`bill_no`,#{params.billCode})
)
</if>
@ -257,7 +257,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and pay_id in(
select pay_id from emis_settle_pay_rel espr
where espr.del_flag='0'
and FIND_IN_SET(espr.`bill_code`,#{params.billCode})
and FIND_IN_SET(espr.`bill_no`,#{params.billCode})
)
</if>