应收账单添加 税额 无税费用;
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user