1.等级筛选多选

This commit is contained in:
2025-08-01 13:28:19 +08:00
parent 5f1ef25d13
commit 2dc363ab13
5 changed files with 17 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ public class EmployeeHostsPageReqVO extends PageParam {
private Long userId;
@Schema(description = "主播等级")
private String hostsLevel;
private List<String> hostsLevel;
@Schema(description = "主播金币")
private Integer[] hostsCoins;

View File

@@ -18,7 +18,7 @@ public class NewHostsPageReqVO extends PageParam {
private String hostsId;
@Schema(description = "主播等级")
private String hostsLevel;
private List<String> hostsLevel;
@Schema(description = "主播金币")
private Integer hostsCoins;

View File

@@ -22,8 +22,6 @@ import cn.iocoder.yudao.framework.common.util.object.BeanUtils;
import static cn.iocoder.yudao.framework.common.exception.util.ServiceExceptionUtil.exception;
import static cn.iocoder.yudao.framework.common.util.collection.CollectionUtils.convertList;
/**
* 主播数据 Service 实现类