|  | @ -1967,7 +1967,6 @@ public class BusinessOrderService extends BaseJpaService<BusinessOrderDO,Busines
 | 
	
		
			
				|  |  |                 " t.yk_order_id as \"ykOrderId\","+
 | 
	
		
			
				|  |  |                 " b.idcard as \"idcard\", "+
 | 
	
		
			
				|  |  |                 " b.mobile as \"mobile\", "+
 | 
	
		
			
				|  |  |                 " t.order_type as \"orderType\", "+
 | 
	
		
			
				|  |  |                 " case t.order_category when '2' then '2' when '3' then '2' else t.order_category end  as \"orderCategory\" "+
 | 
	
		
			
				|  |  |                 " from base_business_order_pay t" +
 | 
	
		
			
				|  |  |                 " left join base_patient b on t.patient = b.id  where 1=1  ";
 |