{"code":"500","error":"\n### Error querying database.  Cause: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid column name 'category_id'.\n### The error may exist in com/leisai/dao/LsTblDownloadMapper.java (best guess)\n### The error may involve com.leisai.dao.LsTblDownloadMapper.selectByDesc-Inline\n### The error occurred while setting parameters\n### SQL: SELECT TOP 3 download_id, download_type_id, title, description, download_location, download_file_nm, created_date, deleted_ind, rank, status, modify_date, record_description, is_login, download_url, category_id, series_id FROM (SELECT ROW_NUMBER() OVER (ORDER BY rank DESC, created_date DESC) PAGE_ROW_NUMBER, download_id, download_type_id, title, description, download_location, download_file_nm, created_date, deleted_ind, rank, status, modify_date, record_description, is_login, download_url, category_id, series_id FROM (SELECT download_id, download_type_id, title, description, download_location, download_file_nm, created_date, deleted_ind, rank, status, modify_date, record_description, is_login, download_url, category_id, series_id FROM ls_tbl_download WHERE 1 = 1 AND status = ? AND deleted_ind = ?) AS PAGE_TABLE_ALIAS) AS PAGE_TABLE_ALIAS WHERE PAGE_ROW_NUMBER > 0 ORDER BY PAGE_ROW_NUMBER\n### Cause: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid column name 'category_id'.\n; bad SQL grammar []; nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: Invalid column name 'category_id'."}