Pu Zhibing
3 天以前 546be8a1bafdfc804575a8d07a5d9f2306c29c42
ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/miniapp/AppActivityController.java
@@ -59,9 +59,9 @@
        if(shopId==null){
            throw new ServiceException(AppErrorConstant.NO_POSITION);
        }
        if(member!=null&&member.getBindingFlag()==0){
            shopId = null;
        }
//        if(member!=null&&member.getBindingFlag()==0){
//            shopId = null;
//        }
        Page<AppActivityPageVo> page = new Page<>();
        page.setSize(appPageDto.getPageSize());
        page.setCurrent(appPageDto.getPageNum());