|  |  | @ -7,6 +7,7 @@ import com.baomidou.mybatisplus.core.toolkit.IdWorker; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.mybatis.service.impl.BaseServiceImpl; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.constant.FieldConstant; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.constant.NumConstant; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.constant.StrConstant; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.dto.result.CustomerStaffInfoCacheResult; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.exception.EpmetErrorCode; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.exception.EpmetException; | 
			
		
	
	
		
			
				
					|  |  | @ -16,10 +17,7 @@ import com.epmet.commons.tools.utils.ConvertUtils; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.utils.DateUtils; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.utils.SpringContextUtils; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.constant.SmsTemplateConstant; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dao.IcServiceFeedbackV2Dao; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dao.IcServiceRecordV2Dao; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dao.IcServiceScopeDao; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dao.IcServiceScopeV2Dao; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dao.*; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.IcServiceFeedbackV2DTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.IcServiceRecordV2DTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.IcServiceScopeV2DTO; | 
			
		
	
	
		
			
				
					|  |  | @ -72,6 +70,9 @@ public class IcServiceRecordV2ServiceImpl extends BaseServiceImpl<IcServiceRecor | 
			
		
	
		
			
				
					|  |  |  |     private IcServiceScopeV2Dao icServiceScopeV2Dao; | 
			
		
	
		
			
				
					|  |  |  |     @Autowired | 
			
		
	
		
			
				
					|  |  |  |     private EpmetMessageOpenFeignClient messageOpenFeignClient; | 
			
		
	
		
			
				
					|  |  |  |     @Autowired | 
			
		
	
		
			
				
					|  |  |  |     private IcPolicyDao icPolicyDao; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     @Override | 
			
		
	
		
			
				
					|  |  |  |     public PageData<IcServiceRecordV2DTO> page(Map<String, Object> params) { | 
			
		
	
	
		
			
				
					|  |  | @ -271,6 +272,7 @@ public class IcServiceRecordV2ServiceImpl extends BaseServiceImpl<IcServiceRecor | 
			
		
	
		
			
				
					|  |  |  |         result.setGridIdList(scopeV2DTOS); | 
			
		
	
		
			
				
					|  |  |  |         IcServiceFeedbackV2DTO feedbackV2 = serviceFeedbackV2Dao.getFeedbackV2(formDTO.getServiceRecordId()); | 
			
		
	
		
			
				
					|  |  |  |         result.setFeedback(feedbackV2); | 
			
		
	
		
			
				
					|  |  |  |         result.setPolicyTitle(StringUtils.isNotBlank(result.getPolicyId()) ? icPolicyDao.selectTitle(result.getPolicyId()) : StrConstant.EPMETY_STR); | 
			
		
	
		
			
				
					|  |  |  |         return result; | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 |