Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d314891126 |
+1
-1
@@ -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") != "" {
|
||||||
|
|||||||
+387
-384
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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user