-- 添加executed_sql字段到erp_api_stats表 ALTER TABLE hzhub.erp_api_stats ADD COLUMN executed_sql TEXT COMMENT '实际执行的SQL语句' AFTER call_params;