update 后管列表页和订单详情页新增 卡号字段

This commit is contained in:
Lemon
2023-03-30 09:40:01 +08:00
parent 49bb63b36b
commit 0417da9cb1

View File

@@ -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>