修复bug

This commit is contained in:
hoteas 2022-11-04 02:55:58 +08:00
parent 876e3b1f45
commit ead64dc776
2 changed files with 427 additions and 427 deletions

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 {

File diff suppressed because it is too large Load Diff