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
SQL: SELECT resource_id,title,cover_path,resource_path,resource_type,tag_id,source_type,resource_format,visible_flag,create_by,create_time,modify_by,modify_time FROM t_resource WHERE visible_flag = ? ORDER BY create_time DESC
Cause: java.sql.SQLSyntaxErrorException: Unknown column 'source_type' in 'field list'
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'source_type' in 'field list'
The text was updated successfully, but these errors were encountered:
SQL: SELECT resource_id,title,cover_path,resource_path,resource_type,tag_id,source_type,resource_format,visible_flag,create_by,create_time,modify_by,modify_time FROM t_resource WHERE visible_flag = ? ORDER BY create_time DESC
Cause: java.sql.SQLSyntaxErrorException: Unknown column 'source_type' in 'field list'
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'source_type' in 'field list'
The text was updated successfully, but these errors were encountered: