Merge branch 'master' into myhs

# Conflicts:
#	example/admin/init.go
#	example/bzyy.exe
#	example/main.go
This commit is contained in:
hoteas
2021-12-27 14:02:39 +08:00
15 changed files with 2482 additions and 1281 deletions
+5
View File
@@ -688,6 +688,11 @@ func (that *MakeCode) Search(table string, userData Map, req *http.Request, db *
hasUser = true
}
reqValue := req.FormValue(v.GetString("name"))
if reqValue != "" {
data[table+"."+v.GetString("name")] = reqValue
}
} else {
reStr += table + "." + v.GetString("name") + ","
}