|  | @ -393,7 +393,7 @@ public class EmergencyAssistanceService extends BaseJpaService<EmergencyAssistan
 | 
	
		
			
				|  |  |             //判断当前社工是否知悉
 | 
	
		
			
				|  |  |             if(tmp.getUserCode().equals(doctor)){
 | 
	
		
			
				|  |  |                 BaseDoctorDO baseDoctorDO = doctorDao.findById(doctor);
 | 
	
		
			
				|  |  |                 String tmpContent = "社工" + baseDoctorDO.getName() + "已知悉";
 | 
	
		
			
				|  |  |                 String tmpContent = "已知悉";
 | 
	
		
			
				|  |  |                 if(tmpContent.equals(tmp.getContent())){
 | 
	
		
			
				|  |  |                     emergencyOrderVO.setKnow(1);
 | 
	
		
			
				|  |  |                 }
 |