|
|
@@ -67,6 +67,7 @@ public interface YfSipDeviceChannelMapper extends BaseMapperX<YfSipDeviceChannel
|
|
|
.eqIfPresent(YfSipDeviceChannelDO::getRemark, reqVO.getRemark())
|
|
|
.eqIfPresent(YfSipDeviceChannelDO::getDeviceSipId, reqVO.getDeviceSipId())
|
|
|
.betweenIfPresent(YfSipDeviceChannelDO::getCreateTime, reqVO.getCreateTime())
|
|
|
+ .isNotNull(YfSipDeviceChannelDO::getChannelName)
|
|
|
.orderByDesc(YfSipDeviceChannelDO::getId));
|
|
|
}
|
|
|
|