Enriching the terminalIdEvcs's task.
This commit is contained in:
parent
616cd990b3
commit
2962c59d46
@ -126,6 +126,7 @@
|
|||||||
<if test="updateTime != null">update_time = #{updateTime},</if>
|
<if test="updateTime != null">update_time = #{updateTime},</if>
|
||||||
<if test="updateBy != null">update_by = #{updateBy},</if>
|
<if test="updateBy != null">update_by = #{updateBy},</if>
|
||||||
<if test="remark != null">remark = #{remark},</if>
|
<if test="remark != null">remark = #{remark},</if>
|
||||||
|
<if test="operatorIdEvcs != null">operator_id_evcs = #{operatorIdEvcs}</if>
|
||||||
</trim>
|
</trim>
|
||||||
where terminal_id = #{terminalId}
|
where terminal_id = #{terminalId}
|
||||||
</update>
|
</update>
|
||||||
@ -182,6 +183,9 @@
|
|||||||
<if test="null != number">
|
<if test="null != number">
|
||||||
number
|
number
|
||||||
</if>
|
</if>
|
||||||
|
<if test="null != operatorIdEvcs">
|
||||||
|
operator_id_evcs
|
||||||
|
</if>
|
||||||
</trim>
|
</trim>
|
||||||
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
||||||
<if test="null != chargingPileId ">
|
<if test="null != chargingPileId ">
|
||||||
@ -232,6 +236,9 @@
|
|||||||
<if test="null != number">
|
<if test="null != number">
|
||||||
#{number}
|
#{number}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="null != operatorIdEvcs">
|
||||||
|
#{operatorIdEvcs}
|
||||||
|
</if>
|
||||||
</trim>
|
</trim>
|
||||||
</insert>
|
</insert>
|
||||||
|
|
||||||
@ -243,7 +250,7 @@
|
|||||||
ter.serial_number as serialNumber,
|
ter.serial_number as serialNumber,
|
||||||
ter.gun_status as gunStatus,
|
ter.gun_status as gunStatus,
|
||||||
ter.work_status as workStatus,
|
ter.work_status as workStatus,
|
||||||
ter.status as status,
|
ter.status . as status,
|
||||||
ct.name as chargingStationName,
|
ct.name as chargingStationName,
|
||||||
ter.create_time as createTime,
|
ter.create_time as createTime,
|
||||||
cp.serial_number as pileSerialNumber,
|
cp.serial_number as pileSerialNumber,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user