Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Oct 9, 2024
1 parent 04da77d commit a4e8fa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ type DbmSpecParam struct {

func (m DbmSpecParam) getQueryParam() map[string]string {
p := make(map[string]string)
if lo.IsNotEmpty(m.DbType) {
if lo.IsNotEmpty(m.DbType) && m.DbType != model.PUBLIC_RESOURCE_DBTYEP {
p["spec_db_type"] = m.DbType
}
if lo.IsNotEmpty(m.MachineType) {
Expand Down

0 comments on commit a4e8fa7

Please sign in to comment.