| 
					
				 | 
			
			
				@@ -1019,7 +1019,11 @@ class Talent extends AdminController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if ($ep["isGeneral"] == 1) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $checkState = TalentState::SCND_SAVE; //退回材料编辑状态 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        $checkState = TalentState::FST_SUBMIT; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        if (\app\common\api\Nhc::hasGeneralHospital($talent_info["medicalCommunityId"])) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            $checkState = TalentState::FST_SUBMIT; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            $checkState = TalentState::FST_SAVE; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } else { 
			 |