update 生成订单

This commit is contained in:
2023-05-26 10:26:43 +08:00
parent b3a66d34de
commit 0c17c72e5e

View File

@@ -421,6 +421,12 @@
<if test="orderAmount != null">
#{orderAmount},
</if>
<if test="virtualAmount != null">
#{virtualAmount},
</if>
<if test="settleAmount != null">
#{settleAmount},
</if>
<if test="chargeStartTime != null">
#{chargeStartTime},
</if>