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