Enriching the terminalIdEvcs's task.

This commit is contained in:
little-cat-sweet 2021-09-26 18:06:00 +08:00
parent 616cd990b3
commit 2962c59d46

View File

@ -126,6 +126,7 @@
<if test="updateTime != null">update_time = #{updateTime},</if>
<if test="updateBy != null">update_by = #{updateBy},</if>
<if test="remark != null">remark = #{remark},</if>
<if test="operatorIdEvcs != null">operator_id_evcs = #{operatorIdEvcs}</if>
</trim>
where terminal_id = #{terminalId}
</update>
@ -182,6 +183,9 @@
<if test="null != number">
number
</if>
<if test="null != operatorIdEvcs">
operator_id_evcs
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="null != chargingPileId ">
@ -232,6 +236,9 @@
<if test="null != number">
#{number}
</if>
<if test="null != operatorIdEvcs">
#{operatorIdEvcs}
</if>
</trim>
</insert>
@ -243,7 +250,7 @@
ter.serial_number as serialNumber,
ter.gun_status as gunStatus,
ter.work_status as workStatus,
ter.status as status,
ter.status . as status,
ct.name as chargingStationName,
ter.create_time as createTime,
cp.serial_number as pileSerialNumber,