|  |  | @ -2075,9 +2075,14 @@ public class ProjectServiceImpl extends BaseServiceImpl<ProjectDao, ProjectEntit | 
			
		
	
		
			
				
					|  |  |  | 			if (CollectionUtils.isNotEmpty(imageList)) { | 
			
		
	
		
			
				
					|  |  |  | 				applyAssistFormDTO.setVideoLink(String.join(StrConstant.COMMA, videoList)); | 
			
		
	
		
			
				
					|  |  |  | 			} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 		//获取工作人员信息
 | 
			
		
	
		
			
				
					|  |  |  | 		Result<CustomerStaffDTO> staffInfo = epmetUserOpenFeignClient.getCustomerStaff(formDTO.getUserId()); | 
			
		
	
		
			
				
					|  |  |  | 		if (!staffInfo.success()) { | 
			
		
	
		
			
				
					|  |  |  | 			throw new RenException(staffInfo.getCode(), staffInfo.getMsg()); | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  | 		applyAssistFormDTO.setPersonName(staffInfo.getData().getRealName()); | 
			
		
	
		
			
				
					|  |  |  | 		applyAssistFormDTO.setMobile(staffInfo.getData().getMobile()); | 
			
		
	
		
			
				
					|  |  |  | 		//获取网格信息
 | 
			
		
	
		
			
				
					|  |  |  | 		List<ProjectRelatedPersonnelDTO> relatedPersonnel =  projectRelatedPersonnelService.getPersonnelListByProjectId(formDTO.getProjectId()); | 
			
		
	
		
			
				
					|  |  |  | 		CustomerGridFormDTO customerGridFormDTO = new CustomerGridFormDTO(); | 
			
		
	
	
		
			
				
					|  |  | @ -2098,6 +2103,8 @@ public class ProjectServiceImpl extends BaseServiceImpl<ProjectDao, ProjectEntit | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  | 		ProjectDetailDTO projectDetailDTO = ConvertUtils.sourceToTarget(issueDetail.getData(), ProjectDetailDTO.class); | 
			
		
	
		
			
				
					|  |  |  | 		projectDetailDTO = ConvertUtils.sourceToTarget(issueDetail.getData().getTopicInfo(), ProjectDetailDTO.class); | 
			
		
	
		
			
				
					|  |  |  | 		projectDetailDTO.setPublicReply(formDTO.getPublicReply()); | 
			
		
	
		
			
				
					|  |  |  | 		projectDetailDTO.setInternalRemark(formDTO.getInternalRemark()); | 
			
		
	
		
			
				
					|  |  |  | 		applyAssistFormDTO.setDetail(projectDetailDTO.toString()); | 
			
		
	
		
			
				
					|  |  |  | 		applyAssistFormDTO.setDetailAddress(projectDetailDTO.getBelongsGridName()); | 
			
		
	
		
			
				
					|  |  |  | 		Result result = epmetThirdOpenFeignClient.applyAssist(applyAssistFormDTO); | 
			
		
	
	
		
			
				
					|  |  | 
 |