校验字段

release
yishiqihuasheng 2 years ago
parent 42cc658b4f
commit 00ee0613be
  1. 2
      dxhy-sign/src/main/resources/mapper/SignInvoiceMapper.xml

@ -125,7 +125,7 @@
<!-- and r.invoice_type = #{invoiceType} and r.lq_tdyslxDm!='08'-->
<!-- </if>-->
<if test="invoiceType != null and invoiceType != '' and invoiceType != 'null' ">
and r.invoice_type = #{invoiceType}
and t.invoice_type = #{invoiceType}
</if>
<if test="invoiceNo != null and invoiceNo != '' and invoiceNo != 'null' ">
and t.invoice_no = #{invoiceNo}

Loading…
Cancel
Save