select round(avg(TIMESTAMPDIFF(minute,create_time,out_time)/60),3) as time
from express_tb t
join exp_action_tb t1 on t.exp_number=t1.exp_number