springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/ComActRaffleApi.java
@@ -43,6 +43,7 @@ public R selectAll(@RequestBody CommonPage commonPage) { commonPage.setCommunityId(this.getCommunityId()); commonPage.setType(1); commonPage.setUserId(this.getUserId()); return this.communityService.selectAllComActRaffle(commonPage); }