CREATE DEFINER=`root`@`%` PROCEDURE `pro_as_daily_report_clear`() BEGIN -- 删除临时表中数据 DELETE FROM as_daily_report_temp; END