Pu Zhibing
3 天以前 b8a735497135f549691f3bcc8f409620ce93b55c
ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/service/biz/XiaoeLiveService.java
@@ -58,7 +58,7 @@
    public Page<XiaoeLiveVoV2> getLivePage(XiaoeLiveQueryDto dto) {
        //当前登录用户id
        Long userId = SecurityUtils.getUserId();
        dto.setTags(Arrays.asList("20275808", "20275805", "20275707", "20249173", "2406002"));
        dto.setTags(Arrays.asList(20275808, 20275805, 20275707, 20249173, 2406002));
        Page<XiaoeLiveVoV2> livePageList = xiaoeUtils.getLivePageListV2(dto);
        if (CollectionUtil.isEmpty(livePageList.getRecords())) {
            return new Page<>();
@@ -179,8 +179,8 @@
        if (CollectionUtil.isEmpty(xiaoeLiveRecordList)) {
            return page;
        }
        dto.setTags(Arrays.asList("20275808", "20275805", "20275707", "20249173", "2406002"));
        dto.setTags(Arrays.asList(20275808, 20275805, 20275707, 20249173, 2406002));
        Page<XiaoeLiveVoV2> livePageList = xiaoeUtils.getLivePageListV2(dto);
        if (CollectionUtil.isEmpty(livePageList.getRecords())) {
            return page;
@@ -276,7 +276,7 @@
     * @return
     */
    public Page<XiaoeLiveVoV2> getMgtLivePage(XiaoeLiveQueryDto dto) {
        dto.setTags(Arrays.asList("20275808", "20275805", "20275707", "20249173", "2406002"));
        dto.setTags(Arrays.asList(20275808, 20275805, 20275707, 20249173, 2406002));
        Page<XiaoeLiveVoV2> livePageList = xiaoeUtils.getLivePageListV2(dto);
        Long shopId = dto.getShopId();
        if (Objects.nonNull(shopId)) {
@@ -323,7 +323,7 @@
        if (CollectionUtil.isEmpty(xiaoeLiveRecordList)) {
            return page;
        }
        dto.setTags(Arrays.asList("20275808", "20275805", "20275707", "20249173", "2406002"));
        dto.setTags(Arrays.asList(20275808, 20275805, 20275707, 20249173, 2406002));
        Page<XiaoeLiveVoV2> livePageList = xiaoeUtils.getLivePageListV2(dto);
        if (CollectionUtil.isEmpty(livePageList.getRecords())) {
            return page;