|
@@ -44,6 +44,7 @@ public class YfSipDeviceServiceImpl implements YfSipDeviceService {
|
|
|
private YfSipDeviceChannelMapper yfSipDeviceChannelMapper;
|
|
private YfSipDeviceChannelMapper yfSipDeviceChannelMapper;
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
|
|
+ @TenantIgnore
|
|
|
public YfSipDeviceDO selectSipDeviceBySipId(String sipId)
|
|
public YfSipDeviceDO selectSipDeviceBySipId(String sipId)
|
|
|
{
|
|
{
|
|
|
return yfSipDeviceMapper.selectOne("device_sip_id", sipId);
|
|
return yfSipDeviceMapper.selectOne("device_sip_id", sipId);
|