fix:报错sql修复
parent
983780b73b
commit
8abca803f9
|
|
@ -98,7 +98,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
receivable_bill_id
|
||||
FROM oms_receivable_receipt_detail t1
|
||||
left join oms_receivable_write_off t2 on t1.write_off_id = t2.id
|
||||
WHERE (t1.write_off_id is null or t1.receipt_bill_code=t2.receipt_bill_code) and receipt_bill_code in
|
||||
WHERE (t1.write_off_id is null or t1.receipt_bill_code=t2.receipt_bill_code) and t1.receipt_bill_code in
|
||||
<foreach item="item" collection="list" separator="," open="(" close=")" index="">
|
||||
#{item}
|
||||
</foreach>
|
||||
|
|
|
|||
Loading…
Reference in New Issue