fix -cache=true insert no clean cache (#1672)

* fix -cache=true insert no clean cache

* fix -cache=true insert no clean cache
This commit is contained in:
Mikael
2022-03-23 18:55:16 +08:00
committed by GitHub
parent ec271db7a0
commit d8054d8def
2 changed files with 1 additions and 4 deletions

View File

@@ -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, ", "),