修复场站编辑时的BUG
This commit is contained in:
parent
a8e56ef7c6
commit
619f9ab0c2
@ -171,7 +171,7 @@
|
|||||||
<if test="reminderInstructions != null">reminder_instructions = #{reminderInstructions},</if>
|
<if test="reminderInstructions != null">reminder_instructions = #{reminderInstructions},</if>
|
||||||
<if test="imgId != null">img_id = #{imgId},</if>
|
<if test="imgId != null">img_id = #{imgId},</if>
|
||||||
<if test="stationType != null">station_type = #{stationType},</if>
|
<if test="stationType != null">station_type = #{stationType},</if>
|
||||||
<if test="operatorIdEvcs != null">station_type = #{operatorIdEvcs}</if>
|
<if test="operatorIdEvcs != null">operator_id_evcs = #{operatorIdEvcs}</if>
|
||||||
</trim>
|
</trim>
|
||||||
where charging_station_id = #{chargingStationId}
|
where charging_station_id = #{chargingStationId}
|
||||||
</update>
|
</update>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user