wuxw
2024-04-07 fd9a4556f6ae17b1acecc4c0a0d2ba650200f187
优化开票信息bug
1个文件已修改
2 ■■■ 已修改文件
java110-db/src/main/resources/mapper/acct/OwnerInvoiceV1ServiceDaoImplMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>