mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-03 05:28:03 +08:00
update 后管列表页和订单详情页新增 卡号字段
This commit is contained in:
@@ -385,6 +385,9 @@
|
|||||||
<if test="pileConnectorCode != null">
|
<if test="pileConnectorCode != null">
|
||||||
#{pileConnectorCode},
|
#{pileConnectorCode},
|
||||||
</if>
|
</if>
|
||||||
|
<if test="logicCard != null">
|
||||||
|
#{logicCard},
|
||||||
|
</if>
|
||||||
<if test="startMode != null">
|
<if test="startMode != null">
|
||||||
#{startMode},
|
#{startMode},
|
||||||
</if>
|
</if>
|
||||||
@@ -472,6 +475,9 @@
|
|||||||
<if test="pileConnectorCode != null">
|
<if test="pileConnectorCode != null">
|
||||||
pile_connector_code = #{pileConnectorCode},
|
pile_connector_code = #{pileConnectorCode},
|
||||||
</if>
|
</if>
|
||||||
|
<if test="logicCard != null">
|
||||||
|
logic_card = #{logicCard},
|
||||||
|
</if>
|
||||||
<if test="startMode != null">
|
<if test="startMode != null">
|
||||||
start_mode = #{startMode},
|
start_mode = #{startMode},
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user