diff --git a/tools/goctl/model/sql/gen/insert.go b/tools/goctl/model/sql/gen/insert.go index 46c287489060..1ca7b312aa7e 100644 --- a/tools/goctl/model/sql/gen/insert.go +++ b/tools/goctl/model/sql/gen/insert.go @@ -55,7 +55,6 @@ func genInsert(table Table, withCache, postgreSql bool) (string, string, error) Parse(text). Execute(map[string]interface{}{ "withCache": withCache, - "containsIndexCache": table.ContainsUniqueCacheKey, "upperStartCamelObject": camel, "lowerStartCamelObject": stringx.From(camel).Untitle(), "expression": strings.Join(expressions, ", "),