select round(avg(timestampdiff(minute,create_time,out_time))/60,3) as time from express_tb join exp_action_tb using (exp_number)