Skip to content

sql语句未打印 #186

@ljp404

Description

@ljp404

描述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);

版本信息

  • DebugTools版本: [e.g. 4.5.1]
  • spring-jdbc:5.3.31

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    Status

    main

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions