java110
2022-09-13 349a827bff21ec6382fab8b3c5554a365a85672f
优化发布广告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
@@ -154,7 +154,7 @@
        int count = 0;
        if (UserDto.LEVEL_CD_ADMIN.equals(userDtos.get(0).getLevelCd())) {
            CommunityDto communityDto = BeanConvertUtil.covertBean(reqJson, CommunityDto.class);
            CommunityDto communityDto = new CommunityDto();
            communityDto.setMemberId(reqJson.getString("storeId"));
            communityDto.setAuditStatusCd(StateConstant.AGREE_AUDIT);
            if (reqJson.containsKey("communityName")) {