物联设备bug处理

This commit is contained in:
曹磊 2026-03-24 09:03:04 +08:00
parent 3c8e1658c1
commit 52b0503bd2
1 changed files with 8 additions and 7 deletions

View File

@ -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>