Selaa lähdekoodia

删除多余参数

yjp 1 vuosi sitten
vanhempi
commit
c1b73b630d
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      framework/core/infrastructure/database/sql/sql_template.go

+ 0 - 1
framework/core/infrastructure/database/sql/sql_template.go

@@ -231,7 +231,6 @@ func (params CountExecuteParams) Map() (map[string]any, error) {
 type CheckExistExecuteParams struct {
 	TableName string
 	*Conditions
-	Values []any
 }
 
 func (params CheckExistExecuteParams) Map() (map[string]any, error) {