fix db_tag

This commit is contained in:
xxj
2021-08-26 21:06:49 +08:00
parent a235233956
commit f2cf2eac9c
3 changed files with 4 additions and 21 deletions

View File

@@ -292,7 +292,6 @@ func buttonSave(g *gocui.Gui, v *gocui.View) error {
config.SetIsDev(getBool(mp["is_dev"]))
config.SetSimple(getBool(mp["is_simple"]))
config.SetIsDbTag(getBool(mp["is_db_tag"]))
config.SetIsOutSQL(getBool(mp["is_out_sql"]))
config.SetIsOutFunc(getBool(mp["is_out_func"]))
config.SetForeignKey(getBool(mp["is_foreign_key"]))