mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -2074,6 +2074,15 @@
|
||||
<if test="orderStatus != null">
|
||||
order_status,
|
||||
</if>
|
||||
<if test="orderType != null">
|
||||
order_type,
|
||||
</if>
|
||||
<if test="mergeChargeNumber != null">
|
||||
merge_charge_number,
|
||||
</if>
|
||||
<if test="mainConnectorCode != null">
|
||||
main_connector_code,
|
||||
</if>
|
||||
<if test="memberId != null">
|
||||
member_id,
|
||||
</if>
|
||||
@@ -2190,6 +2199,15 @@
|
||||
<if test="orderStatus != null">
|
||||
#{orderStatus},
|
||||
</if>
|
||||
<if test="orderType != null">
|
||||
#{orderType},
|
||||
</if>
|
||||
<if test="mergeChargeNumber != null">
|
||||
#{mergeChargeNumber},
|
||||
</if>
|
||||
<if test="mainConnectorCode != null">
|
||||
#{mainConnectorCode},
|
||||
</if>
|
||||
<if test="memberId != null">
|
||||
#{memberId},
|
||||
</if>
|
||||
@@ -2307,6 +2325,15 @@
|
||||
<if test="orderStatus != null">
|
||||
order_status = #{orderStatus},
|
||||
</if>
|
||||
<if test="orderType != null">
|
||||
order_type = #{orderType},
|
||||
</if>
|
||||
<if test="mergeChargeNumber != null">
|
||||
merge_charge_number = #{mergeChargeNumber},
|
||||
</if>
|
||||
<if test="mainConnectorCode != null">
|
||||
main_connector_code = #{mainConnectorCode},
|
||||
</if>
|
||||
<if test="memberId != null">
|
||||
member_id = #{memberId},
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user