@@ -27,6 +27,12 @@
c.id = d.device_id
and
c.device_status in ('sg','dm')
+ and
+ a.deleted = 0
+ c.deleted = 0
+ d.deleted = 0
</select>
<select id="getFillById" parameterType="cn.iocoder.yudao.module.pms.dal.dataobject.iotopeationfill.IotOpeationFillDO"