修复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
|
// hasUser = true
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// reqValue := req.FormValue(v.GetString("name"))
|
reqValue := req.FormValue(v.GetString("name"))
|
||||||
// if reqValue != "" {
|
if reqValue != "" {
|
||||||
// data[table+"."+v.GetString("name")] = reqValue
|
data[table+"."+v.GetString("name")] = reqValue
|
||||||
// }
|
}
|
||||||
//
|
//
|
||||||
//} else {
|
//} else {
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user