完成了场站编辑添加operatorID字段与场站编辑时operatorID字段数据回显功能
This commit is contained in:
parent
05338e5ef2
commit
a8e56ef7c6
@ -170,7 +170,8 @@
|
||||
<if test="businessInstructions != null">business_instructions = #{businessInstructions},</if>
|
||||
<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="stationType != null">station_type = #{stationType},</if>
|
||||
<if test="operatorIdEvcs != null">station_type = #{operatorIdEvcs}</if>
|
||||
</trim>
|
||||
where charging_station_id = #{chargingStationId}
|
||||
</update>
|
||||
@ -215,6 +216,7 @@
|
||||
select ct.charging_station_id as chargingStationId,
|
||||
ct.name as name,
|
||||
ct.operator_id as operatorId,
|
||||
ct.operator_id_evcs as operatorIdEvcs,
|
||||
ct.station_type as stationType,
|
||||
op.name as operatorName,
|
||||
ct.type as type,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user