IncorrectResultSetColumnCountException: Incorrect column count: expected 1, actual 38

前端 未结 4 1960
刺人心
刺人心 2021-02-12 22:18

I am using JdbcTemplate to retrieve a Bean from the db. Here is my method:

public List  getTrackerData() {
    return List         


        
4条回答
  •  萌比男神i
    2021-02-12 22:56

    Should try using Rowmapper like use it as when you query API.

    Hope that solves your problem.

提交回复
热议问题