|  | @ -1328,8 +1328,8 @@ public class ImService {
 | 
	
		
			
				|  |  | 			
 | 
	
		
			
				|  |  | 			ConsultDo consultDo = consultDao.findOne(consult);
 | 
	
		
			
				|  |  | 			
 | 
	
		
			
				|  |  | 			//如果是复诊咨询,则修改成已评价
 | 
	
		
			
				|  |  | 			if("9".equals(consultDo.getType())){
 | 
	
		
			
				|  |  | 			//如果是复诊咨询,或者协同门诊,则修改成已评价
 | 
	
		
			
				|  |  | 			if("9".equals(consultDo.getType()) || "13".equals(consultDo.getType()) ){
 | 
	
		
			
				|  |  | 				WlyyOutpatientDO wlyyOutpatientDO = outpatientDao.findOne(consultTeamDo.getRelationCode());
 | 
	
		
			
				|  |  | 				wlyyOutpatientDO.setEvaluateStatus("1");
 | 
	
		
			
				|  |  | 				outpatientDao.save(wlyyOutpatientDO);
 |