java110
2022-09-13 5944e78b1eb21b233a582e80a165bf74ce7746f0
优化发布广告bug
1个文件已修改
2 ■■■ 已修改文件
service-community/src/main/java/com/java110/community/cmd/notice/SaveNoticeCmd.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-community/src/main/java/com/java110/community/cmd/notice/SaveNoticeCmd.java
@@ -168,7 +168,7 @@
            }
        } else {
            RoleCommunityDto orgCommunityDto = BeanConvertUtil.covertBean(reqJson, RoleCommunityDto.class);
            orgCommunityDto.setStaffId(userDtos.get(0).getStaffId());
            orgCommunityDto.setStaffId(userDtos.get(0).getUserId());
            count = roleCommunityV1InnerServiceSMOImpl.queryRoleCommunitysCount(orgCommunityDto);
            if (count > 0) {
                List<RoleCommunityDto> roleCommunityDtos = roleCommunityV1InnerServiceSMOImpl.queryRoleCommunitys(orgCommunityDto);