物联设备bug处理
This commit is contained in:
parent
3c8e1658c1
commit
52b0503bd2
|
|
@ -92,27 +92,28 @@
|
|||
<!-- select fq_by as empId,nu_id,'thd' as type,'退货单' as typeName from nu_invoicing_thd_main where status = '1' and fq_by = #{employeesId} GROUP BY fq_by,nu_id-->
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
|
||||
<update id="updateSbsfTplink">
|
||||
update nu_iot_tplink_camera
|
||||
set nu_id = null
|
||||
set nu_id = null,
|
||||
dimension = null
|
||||
where nu_id = #{nuId}
|
||||
</update>
|
||||
<update id="updateSbsfElectricity">
|
||||
update nu_iot_ds_electricity_meter
|
||||
set nu_id = null
|
||||
set nu_id = null,
|
||||
dimension = null
|
||||
where nu_id = #{nuId}
|
||||
</update>
|
||||
<update id="updateSbsfWater">
|
||||
update nu_iot_tq_water_meter
|
||||
set nu_id = null
|
||||
set nu_id = null,
|
||||
dimension = null
|
||||
where nu_id = #{nuId}
|
||||
</update>
|
||||
<update id="updateSbsfHumid">
|
||||
update nu_iot_yiweilian_humid_device
|
||||
set nu_id = null
|
||||
set nu_id = null,
|
||||
dimension = null
|
||||
where nu_id = #{nuId}
|
||||
</update>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue