|
@@ -83,7 +83,7 @@ biller = values(biller) invoice_subjects = values(invoice_subjects) invoice_by =
|
|
|
b.payout_time
|
|
b.payout_time
|
|
|
FROM inv_account_incoice a
|
|
FROM inv_account_incoice a
|
|
|
left join inv_account_operate b
|
|
left join inv_account_operate b
|
|
|
- on a.invoice_id = b.invoice_id WHERE a.del_flag = '0'
|
|
|
|
|
|
|
+ on a.invoice_id = b.invoice_id WHERE a.del_flag = '0' and b.del_flag = '0'
|
|
|
<if test="invoiceId != null and invoiceId != '' ">
|
|
<if test="invoiceId != null and invoiceId != '' ">
|
|
|
and a.invoice_id = #{invoiceId}
|
|
and a.invoice_id = #{invoiceId}
|
|
|
</if>
|
|
</if>
|