Compare commits

...

1 Commits

Author SHA1 Message Date
hoteas d314891126 修复部分bug 2022-11-06 06:37:44 +08:00
3 changed files with 389 additions and 386 deletions
+1 -1
View File
@@ -928,7 +928,7 @@ func (that *MakeCode) Search(table string, userData Map, data Map, req *http.Req
// //
//} else { //} else {
reStr += v.GetString("name") + "," reStr += "`" + v.GetString("name") + "`,"
//} //}
//if v["name"] == "parent_id" && v.GetString("link") != "" { //if v["name"] == "parent_id" && v.GetString("link") != "" {
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -396,7 +396,7 @@
"list": false, "list": false,
"must": false, "must": false,
"name": "auth", "name": "auth",
"strict": false, "strict": true,
"type": "auth" "type": "auth"
}, },
{ {