all
huanghongfa
2021-02-20 2ff68802d432b0a0358814e0c1820b95a2a92e03
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/IndexApi.java
@@ -52,6 +52,7 @@
            return R.fail("用户未绑定社区");
        }
        comActEasyPhotoVO.setCommunityId(communityId);
        comActEasyPhotoVO.setLogInUserId(loginUserInfo.getUserId());
        return communityService.pageEasyPhotoApplets(comActEasyPhotoVO);
    }