md
This commit is contained in:
parent
6c094cbfcf
commit
5083acd101
@ -204,7 +204,9 @@
|
||||
and apply_money = #{applyMoney}
|
||||
and invoice_type = #{invoiceType}
|
||||
and company_tax_no = #{companyTaxNo}
|
||||
and remark = #{remark}
|
||||
<if test="remark != null and remark != ''">
|
||||
and remark = #{remark}
|
||||
</if>
|
||||
and bl_audit = '0'
|
||||
limit 1
|
||||
</select>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user