You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
描述bug内容
使用JdbcTemplate执行以下sql未打印:
SELECT YEAR(create_time) AS year, COUNT(*) AS count FROM quickpay_order.order_agent WHERE create_time < '2025-01-06 16:32:00' GROUP BY YEAR(create_time);