|  | @@ -146,7 +146,7 @@ class TicketJob implements ShouldQueue
 | 
	
		
			
				|  |  |                                      'ex_subject' => array_key_exists('ex_subject',$ticket_data_list[$v['card']]) ? $ticket_data_list[$v['card']]['ex_subject'] : '',
 | 
	
		
			
				|  |  |                                      'ex_room' => array_key_exists('ex_room',$ticket_data_list[$v['card']]) ? $ticket_data_list[$v['card']]['ex_room'] : '',
 | 
	
		
			
				|  |  |                                      'ex_seat' => array_key_exists('ex_seat',$ticket_data_list[$v['card']]) ? $ticket_data_list[$v['card']]['ex_seat'] : '',
 | 
	
		
			
				|  |  | -                                    's' => array_key_exists('ex_place',$ticket_data_list[$v['card']]) ? $ticket_data_list[$v['card']]['ex_place'] : '',
 | 
	
		
			
				|  |  | +                                    'ex_place' => array_key_exists('ex_place',$ticket_data_list[$v['card']]) ? $ticket_data_list[$v['card']]['ex_place'] : '',
 | 
	
		
			
				|  |  |                                      'avatar' => $v['avatar']
 | 
	
		
			
				|  |  |                                  ];
 | 
	
		
			
				|  |  |                                  $ticket = [
 |