wuxw лет назад: 2
Родитель
Сommit
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>