-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Open
Labels
kind/questionCategory issues related to questions or problemsCategory issues related to questions or problems
Description
这个是官方接口 /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
Labels
kind/questionCategory issues related to questions or problemsCategory issues related to questions or problems