lipenghui пре 2 недеља
родитељ
комит
fd19c43789

+ 1 - 0
yudao-module-pms/yudao-module-pms-biz/src/main/java/cn/iocoder/yudao/module/pms/dal/mysql/yanfan/sip/device/channel/YfSipDeviceChannelMapper.java

@@ -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));
     }