修复bug

This commit is contained in:
hoteas
2022-11-04 02:55:58 +08:00
parent f043597300
commit 3a1828be07
2 changed files with 427 additions and 427 deletions
+4 -4
View File
@@ -907,10 +907,10 @@ func (that *MakeCode) Search(table string, userData Map, data Map, req *http.Req
// hasUser = true
// }
//
// reqValue := req.FormValue(v.GetString("name"))
// if reqValue != "" {
// data[table+"."+v.GetString("name")] = reqValue
// }
reqValue := req.FormValue(v.GetString("name"))
if reqValue != "" {
data[table+"."+v.GetString("name")] = reqValue
}
//
//} else {