select round(avg(timestampdiff(minute,create_time,out_time)/60),3) time
from express_tb
left join exp_action_tb
on express_tb.exp_number = exp_action_tb.exp_number