This commit is contained in:
linfso 2024-11-29 12:33:15 +08:00
parent 6c094cbfcf
commit 5083acd101

View File

@ -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>