ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/miniapp/AppHomeController.java
@@ -59,7 +59,8 @@ shopId = appRecommendGoodsPageDto.getPositionShopId(); } if(shopId==null){ throw new ServiceException(AppErrorConstant.NO_POSITION); //throw new ServiceException(AppErrorConstant.NO_POSITION); shopId = 1L; } Page<AppSimpleGoodsVo> page = new Page<>(); page.setSize(appRecommendGoodsPageDto.getPageSize());