| 
						
						
							
								
							
						
						
					 | 
					@ -278,9 +278,9 @@ public class TopicDraftServiceImpl extends BaseServiceImpl<TopicDraftDao, TopicD | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        List<ImgTaskDTO> imageDTOList = new ArrayList<>(); | 
					 | 
					 | 
					        List<ImgTaskDTO> imageDTOList = new ArrayList<>(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        if(CollectionUtils.isNotEmpty(formDTO.getImageList())){ | 
					 | 
					 | 
					        if(CollectionUtils.isNotEmpty(formDTO.getImageList())){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            TopicDraftAttachmentDTO attachment = new TopicDraftAttachmentDTO(); | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            int sort = 0; | 
					 | 
					 | 
					            int sort = 0; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            for(String url : formDTO.getImageList()){ | 
					 | 
					 | 
					            for(String url : formDTO.getImageList()){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                TopicDraftAttachmentDTO attachment = new TopicDraftAttachmentDTO(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                attachment.setCustomerId(formDTO.getCustomerId()); | 
					 | 
					 | 
					                attachment.setCustomerId(formDTO.getCustomerId()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                attachment.setAttachmentUrl(url); | 
					 | 
					 | 
					                attachment.setAttachmentUrl(url); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                attachment.setTopicDraftId(topic.getId()); | 
					 | 
					 | 
					                attachment.setTopicDraftId(topic.getId()); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -299,9 +299,9 @@ public class TopicDraftServiceImpl extends BaseServiceImpl<TopicDraftDao, TopicD | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        List<VoiceTaskDTO> voiceDTOList = new ArrayList<>(); | 
					 | 
					 | 
					        List<VoiceTaskDTO> voiceDTOList = new ArrayList<>(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        if(CollectionUtils.isNotEmpty(formDTO.getVideoList())){ | 
					 | 
					 | 
					        if(CollectionUtils.isNotEmpty(formDTO.getVideoList())){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            TopicDraftAttachmentDTO attachment = new TopicDraftAttachmentDTO(); | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            int sort = 0; | 
					 | 
					 | 
					            int sort = 0; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            for(FileDTO file : formDTO.getVideoList()){ | 
					 | 
					 | 
					            for(FileDTO file : formDTO.getVideoList()){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                TopicDraftAttachmentDTO attachment = new TopicDraftAttachmentDTO(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                attachment.setCustomerId(formDTO.getCustomerId()); | 
					 | 
					 | 
					                attachment.setCustomerId(formDTO.getCustomerId()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                attachment.setAttachmentUrl(file.getUrl()); | 
					 | 
					 | 
					                attachment.setAttachmentUrl(file.getUrl()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                attachment.setTopicDraftId(topic.getId()); | 
					 | 
					 | 
					                attachment.setTopicDraftId(topic.getId()); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |