select count(1) from tz_cylinder_filling_record r where date_format(r.filling_endTime,'%Y-%m-%d') = date_format(#{time},'%Y-%m-%d') and app_id = #{appId}
select count(1) from tz_cylinder_filling_record r where date_format(r.filling_starttime,'%Y-%m-%d') = date_format(#{time},'%Y-%m-%d') and app_id = #{appId}