修复bug
This commit is contained in:
parent
876e3b1f45
commit
ead64dc776
@ -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
Loading…
Reference in New Issue
Block a user