wangmengzhao
2023-12-01 cbdf1e550c73c90c01ec0c792eb7bfe96dcc910f
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/mapper/DeviceMapper.java
@@ -32,14 +32,14 @@
     */
    public DeviceStatistic selectDeviceProductAlertCount(Device device);
    /**
     * 查询总设备数(台)
     *
     * @param id
     * @return
     * @throws Exception
     */
    public int selectDeviceCount() throws Exception;
    public int selectDeviceCount(int id) throws Exception;
    /**
     * 根据登录用户的id查询设备的使用人数
@@ -197,13 +197,13 @@
     */
    public int deleteDeviceByDeviceIds(Long[] deviceIds);
    /**
     * 查询设备序列号的数量
     *
     * @param deviceNum
     * @return
     */
    public int getDeviceNumCount(String deviceNum);
//    /**
//     * 查询设备序列号的数量
//     *
//     * @param deviceNum
//     * @return
//     */
//    public int getDeviceNumCount(String deviceNum);
    /**
     * 根据设备IDS删除设备分组
@@ -220,4 +220,6 @@
     */
    public int resetDeviceStatus(String deviceNum);
    public int selectDeviceList();
}