|  | @@ -88,12 +88,6 @@ public interface EmrControlDaoV2 {
 | 
	
		
			
				|  |  |      @Select("${sql}")
 | 
	
		
			
				|  |  |      List<Date> executeSqlDateList(String sql);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    @Select("${sql}")
 | 
	
		
			
				|  |  | -    JSONObject executeSql(String sql);
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    @Select("${sql}")
 | 
	
		
			
				|  |  | -    List<JSONObject> executeSqlList(String sql);
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      @Select("select id, " +
 | 
	
		
			
				|  |  |              "       document_id, " +
 | 
	
		
			
				|  |  |              "       name, " +
 | 
	
	
		
			
				|  | @@ -150,7 +144,6 @@ public interface EmrControlDaoV2 {
 | 
	
		
			
				|  |  |              "  and order_type = '26'  ")
 | 
	
		
			
				|  |  |      int magneticResonanceCount(String patNo, Integer times);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      @Select("select count(1) " +
 | 
	
		
			
				|  |  |              "from ysh_yj_req " +
 | 
	
		
			
				|  |  |              "where inpatient_no = #{patNo} " +
 |