@@ -158,7 +158,7 @@ id_, header_,device_no,alias_name,address_,is_online,company_id,unlock_password,
</foreach>
</select>
<select id="findByDeviceNo" parameterType="string" resultMap="DeviceInfoMap">
- select * from base_device_info where device_no = #{0}
+ select * from base_device_info where device_no = #{0} and del_flag=false
</mapper>