|  | @ -271,7 +271,7 @@ public class ImService {
 | 
	
		
			
				|  |  | 	 */
 | 
	
		
			
				|  |  | 	public String  getUnfinishedConsult(String patient, String doctor) {
 | 
	
		
			
				|  |  | 		
 | 
	
		
			
				|  |  | 		String totalSql = "SELECT a.consult as consultCode " +
 | 
	
		
			
				|  |  | 		String totalSql = "SELECT a.consult as \"consultCode\" " +
 | 
	
		
			
				|  |  | 				"FROM wlyy_consult_team a,wlyy_consult_team_doctor b " +
 | 
	
		
			
				|  |  | 				"WHERE a.consult=b.consult " +
 | 
	
		
			
				|  |  | 				"AND a.patient= '" +patient+"' "+
 |