Skip to content

查询历史版本的时候 报错 提示没有 publish_type 这个字段 #13979

@She8656837

Description

@She8656837

这个是官方接口 /nacos/v1/cs/history?search=accurate&dataId=hexin-log.yml&group=DEFAULT_GROUP&&pageNo=1&pageSize=10&tenant=dev&namespaceId=dev

数据库中 我是有 publish_type 这个字段的

caused: PreparedStatementCallback;bad SQL grammar[
SELECT nid,
data_id,
group_id,
tenant_id,
app_name,
src_ip,
src_user,
op_type,
gmt_create,
gmt_modified FROM his_config_info WHERE data_id=?AND group_id=?AND tenant_id=?ORDER BY nid DESC OFFSET 0 LIMIT 10
];nested exception is org.postgresql.util.PSQLException: The column name publish_type was not found in this ResultSet.;caused: The column name publish_type was not found in this ResultSet.;

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/questionCategory issues related to questions or problems

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions