Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25edb6b5b7 | |||
| ead64dc776 |
+4
-4
@@ -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 v.GetString("name") != "parent_id" && reqValue != "" {
|
||||
data[table+"."+v.GetString("name")] = reqValue
|
||||
}
|
||||
//
|
||||
//} else {
|
||||
|
||||
|
||||
+383
-383
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user