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