wuxw преди 2 години
родител
ревизия
fd9a4556f6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      java110-db/src/main/resources/mapper/acct/OwnerInvoiceV1ServiceDaoImplMapper.xml

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

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