应收账单添加 税额 无税费用;

This commit is contained in:
王奎兴
2026-03-06 20:59:18 +08:00
parent c91aedb344
commit 1f8085709b
5 changed files with 28 additions and 7 deletions
@@ -279,7 +279,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
sk_synchronous_status,
sk_synchronous_time,
sk_nc_id,
account_information
account_information,
tax_amount,
tax_free_fee
) VALUES (
#{verificationMoney},
#{settlementCount},
@@ -352,7 +354,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="skSynchronousStatus != null">#{skSynchronousStatus}</if>,
#{skSynchronousTime},
#{skNcId},
#{accountInformation}
#{accountInformation},
#{taxAmount},
#{taxFreeFee}
)
</insert>
</mapper>