lidongdong
2024-05-29 824b77fd41ec957afbc8e12f30b35f51ce90c97e
花城  修改随手拍管理模块10
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/java/com/panzhihua/community_backstage/api/CommunityActivityApi.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/java/com/panzhihua/community_backstage/api/CommunityActivityApi.java
@@ -1092,8 +1092,8 @@
            comActEasyPhotoVO.setHandlerId(userId);
        }
        R<SysTemplateConfigVO> sysTemplateConfigVO=userService.selectTemplate(this.getAreaCode(),4);
//        R r = communityService.putEasypHotoStatus(comActEasyPhotoVO);
        R r = R.ok();
        R r = communityService.putEasypHotoStatus(comActEasyPhotoVO);
//        R r = R.ok();
        if (R.isOk(r)) {
            R r1 = communityService.detailEasyPhoto(id, userId);
            if (R.isOk(r1)) {