From 2bd5d4ef991cbe30b6c6ae3a204776a5e78f7d8f Mon Sep 17 00:00:00 2001 From: jagger Date: Wed, 27 Mar 2024 11:15:04 +0800 Subject: [PATCH] :bug: fix bugs Signed-off-by: jagger Former-commit-id: 43a66ceaca2f1a47738b21bdd49f29d3b216a1de --- api/internal/types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/internal/types/types.go b/api/internal/types/types.go index bd450f29..a7765905 100644 --- a/api/internal/types/types.go +++ b/api/internal/types/types.go @@ -705,7 +705,7 @@ type ClusterRelationInfo struct { COwnerId string `json:"cOwnerId,omitempty" db:"owner_id"` CAuthType string `json:"cAuthType,omitempty" db:"auth_type"` CRegionDict string `json:"cRegionDict,omitempty" db:"-"` - CProducerDict string `json:"CProducerDict,omitempty" db:"-"` + CProducerDict string `json:"cProducerDict,omitempty" db:"-"` CCreateTime string `json:"cCreateTime,omitempty" db:"created_time" gorm:"autoCreateTime"` }