修复场站编辑时的BUG

This commit is contained in:
wen 2021-09-23 16:16:45 +08:00
parent a8e56ef7c6
commit 619f9ab0c2

View File

@ -171,7 +171,7 @@
<if test="reminderInstructions != null">reminder_instructions = #{reminderInstructions},</if>
<if test="imgId != null">img_id = #{imgId},</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>
where charging_station_id = #{chargingStationId}
</update>