修复部分bug
This commit is contained in:
parent
c0ae31f499
commit
d314891126
@ -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
@ -396,7 +396,7 @@
|
|||||||
"list": false,
|
"list": false,
|
||||||
"must": false,
|
"must": false,
|
||||||
"name": "auth",
|
"name": "auth",
|
||||||
"strict": false,
|
"strict": true,
|
||||||
"type": "auth"
|
"type": "auth"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user