物联设备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 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>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<update id="updateSbsfTplink">
|
<update id="updateSbsfTplink">
|
||||||
update nu_iot_tplink_camera
|
update nu_iot_tplink_camera
|
||||||
set nu_id = null
|
set nu_id = null,
|
||||||
|
dimension = null
|
||||||
where nu_id = #{nuId}
|
where nu_id = #{nuId}
|
||||||
</update>
|
</update>
|
||||||
<update id="updateSbsfElectricity">
|
<update id="updateSbsfElectricity">
|
||||||
update nu_iot_ds_electricity_meter
|
update nu_iot_ds_electricity_meter
|
||||||
set nu_id = null
|
set nu_id = null,
|
||||||
|
dimension = null
|
||||||
where nu_id = #{nuId}
|
where nu_id = #{nuId}
|
||||||
</update>
|
</update>
|
||||||
<update id="updateSbsfWater">
|
<update id="updateSbsfWater">
|
||||||
update nu_iot_tq_water_meter
|
update nu_iot_tq_water_meter
|
||||||
set nu_id = null
|
set nu_id = null,
|
||||||
|
dimension = null
|
||||||
where nu_id = #{nuId}
|
where nu_id = #{nuId}
|
||||||
</update>
|
</update>
|
||||||
<update id="updateSbsfHumid">
|
<update id="updateSbsfHumid">
|
||||||
update nu_iot_yiweilian_humid_device
|
update nu_iot_yiweilian_humid_device
|
||||||
set nu_id = null
|
set nu_id = null,
|
||||||
|
dimension = null
|
||||||
where nu_id = #{nuId}
|
where nu_id = #{nuId}
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue