| 
						
						
							
								
							
						
						
					 | 
					@ -318,24 +318,20 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            //内容审核
 | 
					 | 
					 | 
					            //内容审核
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            Boolean isConReview = evaluationFormDTO.getIsConReview(); | 
					 | 
					 | 
					            Boolean isConReview = evaluationFormDTO.getIsConReview(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            String userName = null; | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            if(null != SecurityUser.getUser()){ | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                userName = SecurityUser.getUser().getUsername(); | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            } | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            String mobile = null; | 
					 | 
					 | 
					            String mobile = null; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            Result<UserDTO> user =  userInfoFeignClient.getUserInfoById(evaluationFormDTO.getUserId()); | 
					 | 
					 | 
					            Result<UserDTO> user =  userInfoFeignClient.getUserInfoById(evaluationFormDTO.getUserId()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            if(null != user.getData()){ | 
					 | 
					 | 
					            if(null != user.getData()){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                mobile = user.getData().getMobile(); | 
					 | 
					 | 
					                mobile = user.getData().getMobile(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            } | 
					 | 
					 | 
					            } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            // 获取所有上级机构名称和ID拼接
 | 
					 | 
					 | 
					            // 获取所有上级机构名称和ID拼接
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            ParentAndAllDeptDTO deptDto = adminFeignClient.getParentAndAllDept(SecurityUser.getDeptId()).getData(); | 
					 | 
					 | 
					            ParentAndAllDeptDTO deptDto = adminFeignClient.getParentAndAllDept(evaluationFormDTO.getDeptId()).getData(); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					            List<String> textList = new ArrayList<>(); | 
					 | 
					 | 
					            List<String> textList = new ArrayList<>(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            textList.add(evaluationFormDTO.getEvaluationContent()); | 
					 | 
					 | 
					            textList.add(evaluationFormDTO.getEvaluationContent()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            CheckResultDTO contentResult = CheckDataUtils.checkContent(textList); | 
					 | 
					 | 
					            CheckResultDTO contentResult = CheckDataUtils.checkContent(textList); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            if (!isConReview && (contentResult != null && !contentResult.getAllPass())) { | 
					 | 
					 | 
					            if (!isConReview && (contentResult != null && !contentResult.getAllPass())) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                //组装要保存的信息
 | 
					 | 
					 | 
					                //组装要保存的信息
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                SaveCheckRecordsDTO record = CheckDataUtils.getPackageRecords(evaluationFormDTO.getUserId(), | 
					 | 
					 | 
					                SaveCheckRecordsDTO record = CheckDataUtils.getPackageRecords(evaluationFormDTO.getUserId(), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                        userName,CheckDataUtils.cate_two , CheckDataUtils.decision_one, | 
					 | 
					 | 
					                        evaluationFormDTO.getUserName(),CheckDataUtils.cate_two , CheckDataUtils.decision_one, | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					                        ModuleName.ITEM_SATISFACTION.getCode(), textList,null, null,contentResult, | 
					 | 
					 | 
					                        ModuleName.ITEM_SATISFACTION.getCode(), textList,null, null,contentResult, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                        null,null,mobile,"0",deptDto); | 
					 | 
					 | 
					                        null,null,mobile,"0",deptDto); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            contentSecurityFeign.insertViolationsRecord(record); | 
					 | 
					 | 
					            contentSecurityFeign.insertViolationsRecord(record); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -352,7 +348,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            //接口异常,保存至待审核信息
 | 
					 | 
					 | 
					            //接口异常,保存至待审核信息
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            if(contentResult == null && !isConReview) { | 
					 | 
					 | 
					            if(contentResult == null && !isConReview) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                SaveCheckRecordsDTO record = CheckDataUtils.getPackageRecords(evaluationFormDTO.getUserId(), | 
					 | 
					 | 
					                SaveCheckRecordsDTO record = CheckDataUtils.getPackageRecords(evaluationFormDTO.getUserId(), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                        userName, CheckDataUtils.cate_two, null,ModuleName.ITEM_SATISFACTION.getCode(), textList, | 
					 | 
					 | 
					                        evaluationFormDTO.getUserName(), CheckDataUtils.cate_two, null,ModuleName.ITEM_SATISFACTION.getCode(), textList, | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					                        null, itemEntity.getId(),null,null, null,mobile,"1",deptDto); | 
					 | 
					 | 
					                        null, itemEntity.getId(),null,null, null,mobile,"1",deptDto); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            contentSecurityFeign.insertRecords(record); | 
					 | 
					 | 
					            contentSecurityFeign.insertRecords(record); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            } | 
					 | 
					 | 
					            } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -368,7 +364,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                if (CheckDataUtils.review.equals(twoTypes.getSuggestion())) { | 
					 | 
					 | 
					                if (CheckDataUtils.review.equals(twoTypes.getSuggestion())) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                    //组装要保存的信息
 | 
					 | 
					 | 
					                    //组装要保存的信息
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                    SaveCheckRecordsDTO record = CheckDataUtils.getPackageRecords(evaluationFormDTO.getUserId(), | 
					 | 
					 | 
					                    SaveCheckRecordsDTO record = CheckDataUtils.getPackageRecords(evaluationFormDTO.getUserId(), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                            userName, CheckDataUtils.cate_two, null, ModuleName.ITEM_SATISFACTION.getCode(), textList, | 
					 | 
					 | 
					                            evaluationFormDTO.getUserName(), CheckDataUtils.cate_two, null, ModuleName.ITEM_SATISFACTION.getCode(), textList, | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					                            null,itemEntity.getId(), null,null,twoTypes,mobile,"0",deptDto); | 
					 | 
					 | 
					                            null,itemEntity.getId(), null,null,twoTypes,mobile,"0",deptDto); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                contentSecurityFeign.insertRecords(record); | 
					 | 
					 | 
					                contentSecurityFeign.insertRecords(record); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                } | 
					 | 
					 | 
					                } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |