The method query(String, ResultSetHandler, Object...) in the type QueryRunner is not applicable for the arguments (String, ResultSetHandler, Object[])
收起
修改方法参数中的 Object... 为 Object[]
报告相同问题?