diff --git a/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRecordMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRecordMapper.xml index f29884a60..120d31c92 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRecordMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRecordMapper.xml @@ -204,7 +204,9 @@ and apply_money = #{applyMoney} and invoice_type = #{invoiceType} and company_tax_no = #{companyTaxNo} - and remark = #{remark} + + and remark = #{remark} + and bl_audit = '0' limit 1