Ver código fonte

优化开票信息bug

wuxw 2 anos atrás
pai
commit
fd9a4556f6

+ 1 - 1
java110-db/src/main/resources/mapper/acct/OwnerInvoiceV1ServiceDaoImplMapper.xml

@@ -12,7 +12,7 @@
         invoice_link,invoice_account
         ) values (
         #{oiId},#{invoiceName},#{ownerName},#{invoiceType},#{invoiceAddress},#{remark},#{ownerId},#{communityId},#{invoiceNum},
-        ,#{invoiceLink},#{invoiceAccount}
+        #{invoiceLink},#{invoiceAccount}
         )
     </insert>