|
@@ -105,6 +105,7 @@
|
|
|
<if test="payInvoiceprinted.checkCode != null">check_code=#{payInvoiceprinted.checkCode},</if>
|
|
|
<if test="payInvoiceprinted.pdfUrl != null">pdf_url=#{payInvoiceprinted.pdfUrl},</if>
|
|
|
<if test="payInvoiceprinted.jpgUrl != null">jpg_url=#{payInvoiceprinted.jpgUrl},</if>
|
|
|
+ <if test="payInvoiceprinted.imgUrl != null">img_url=#{payInvoiceprinted.imgUrl},</if>
|
|
|
<if test="payInvoiceprinted.remarks != null">remarks=#{payInvoiceprinted.remarks},</if>
|
|
|
<if test="payInvoiceprinted.buyername != null">buyername=#{payInvoiceprinted.buyername},</if>
|
|
|
<if test="payInvoiceprinted.taxnum != null">taxnum=#{payInvoiceprinted.taxnum},</if>
|