完成了场站编辑添加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="businessInstructions != null">business_instructions = #{businessInstructions},</if>
|
||||||
<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>
|
||||||
</trim>
|
</trim>
|
||||||
where charging_station_id = #{chargingStationId}
|
where charging_station_id = #{chargingStationId}
|
||||||
</update>
|
</update>
|
||||||
@ -215,6 +216,7 @@
|
|||||||
select ct.charging_station_id as chargingStationId,
|
select ct.charging_station_id as chargingStationId,
|
||||||
ct.name as name,
|
ct.name as name,
|
||||||
ct.operator_id as operatorId,
|
ct.operator_id as operatorId,
|
||||||
|
ct.operator_id_evcs as operatorIdEvcs,
|
||||||
ct.station_type as stationType,
|
ct.station_type as stationType,
|
||||||
op.name as operatorName,
|
op.name as operatorName,
|
||||||
ct.type as type,
|
ct.type as type,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user