修复部分bug

This commit is contained in:
hoteas
2022-11-04 03:22:00 +08:00
parent 3a1828be07
commit b8b543175d
2 changed files with 308 additions and 308 deletions
+1 -1
View File
@@ -908,7 +908,7 @@ func (that *MakeCode) Search(table string, userData Map, data Map, req *http.Req
// }
//
reqValue := req.FormValue(v.GetString("name"))
if reqValue != "" {
if v.GetString("name") != "parent_id" && reqValue != "" {
data[table+"."+v.GetString("name")] = reqValue
}
//