|  |  | @ -25,7 +25,6 @@ import com.epmet.commons.tools.constant.FieldConstant; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.constant.NumConstant; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.page.PageData; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.redis.RedisKeys; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.redis.RedisUtils; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.security.dto.TokenDto; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.utils.ConvertUtils; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.utils.Result; | 
			
		
	
	
		
			
				
					|  |  | @ -43,7 +42,6 @@ import com.epmet.modules.member.entity.ResiGroupMemberEntity; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.modules.member.redis.ResiGroupMemberRedis; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.modules.member.service.ResiGroupMemberService; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.modules.topic.dao.ResiTopicAttachmentDao; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.modules.topic.dao.ResiTopicCommentDao; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.modules.topic.dao.ResiTopicDao; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.modules.topic.dao.ResiTopicOperationDao; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.modules.topic.entity.ResiTopicAttachmentEntity; | 
			
		
	
	
		
			
				
					|  |  | @ -67,14 +65,12 @@ import com.epmet.resi.group.dto.topic.result.ResiTopicInfoResultDTO; | 
			
		
	
		
			
				
					|  |  |  | import org.apache.commons.lang3.StringUtils; | 
			
		
	
		
			
				
					|  |  |  | import org.apache.commons.logging.Log; | 
			
		
	
		
			
				
					|  |  |  | import org.apache.commons.logging.LogFactory; | 
			
		
	
		
			
				
					|  |  |  | import org.bouncycastle.math.raw.Mod; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.beans.factory.annotation.Autowired; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.stereotype.Service; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.transaction.annotation.Transactional; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | import java.text.SimpleDateFormat; | 
			
		
	
		
			
				
					|  |  |  | import java.util.*; | 
			
		
	
		
			
				
					|  |  |  | import java.util.stream.Collector; | 
			
		
	
		
			
				
					|  |  |  | import java.util.stream.Collectors; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | /** | 
			
		
	
	
		
			
				
					|  |  | @ -781,7 +777,7 @@ public class ResiTopicServiceImpl extends BaseServiceImpl<ResiTopicDao, ResiTopi | 
			
		
	
		
			
				
					|  |  |  |                 topic.setReleaseUserHeadPhoto(user.getHeadPhoto()); | 
			
		
	
		
			
				
					|  |  |  |                 topic.setReleaseUserName(user.getShowName()); | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |                 //存进缓存
 | 
			
		
	
		
			
				
					|  |  |  |                 //存入缓存
 | 
			
		
	
		
			
				
					|  |  |  |                 ResiGroupMemberInfoRedisDTO memberRedisDTO = new ResiGroupMemberInfoRedisDTO(); | 
			
		
	
		
			
				
					|  |  |  |                 ResiGroupMemberDTO memberMySql = resiGroupMemberDao.selectGroupMemberInfo(groupId, user.getUserId()); | 
			
		
	
		
			
				
					|  |  |  |                 memberRedisDTO.setMemberStatus(memberMySql.getStatus()); | 
			
		
	
	
		
			
				
					|  |  | 
 |