移除旧的数据库操作类
This commit is contained in:
@@ -168,4 +168,6 @@ public interface IDeviceService {
|
||||
Device getDevice(Integer gbDeviceDbId);
|
||||
|
||||
Device getDeviceByChannelId(Integer channelId);
|
||||
|
||||
Device getDeviceBySourceChannelDeviceId(String requesterId);
|
||||
}
|
||||
|
||||
@@ -575,4 +575,9 @@ public class DeviceServiceImpl implements IDeviceService {
|
||||
public Device getDeviceByChannelId(Integer channelId) {
|
||||
return deviceMapper.queryByChannelId(channelId);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Device getDeviceBySourceChannelDeviceId(String channelId) {
|
||||
return deviceMapper.getDeviceBySourceChannelDeviceId(channelId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user