修复部分bug

This commit is contained in:
hoteas 2022-11-06 06:37:44 +08:00
parent c0ae31f499
commit d314891126
3 changed files with 389 additions and 386 deletions

View File

@ -928,7 +928,7 @@ func (that *MakeCode) Search(table string, userData Map, data Map, req *http.Req
//
//} else {
reStr += v.GetString("name") + ","
reStr += "`" + v.GetString("name") + "`,"
//}
//if v["name"] == "parent_id" && v.GetString("link") != "" {

File diff suppressed because it is too large Load Diff

View File

@ -396,7 +396,7 @@
"list": false,
"must": false,
"name": "auth",
"strict": false,
"strict": true,
"type": "auth"
},
{