mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 生成交易流水号,生成订单编号
This commit is contained in:
@@ -265,6 +265,9 @@
|
||||
<if test="orderCode != null">
|
||||
order_code,
|
||||
</if>
|
||||
<if test="transactionCode != null">
|
||||
transaction_code,
|
||||
</if>
|
||||
<if test="orderStatus != null">
|
||||
order_status,
|
||||
</if>
|
||||
@@ -342,6 +345,9 @@
|
||||
<if test="orderCode != null">
|
||||
#{orderCode},
|
||||
</if>
|
||||
<if test="transactionCode != null">
|
||||
#{transactionCode},
|
||||
</if>
|
||||
<if test="orderStatus != null">
|
||||
#{orderStatus},
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user