1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 13:53:27 +00:00

fix filter with __ne bug

This commit is contained in:
杜亚哲 2017-01-16 10:32:33 +08:00
parent 90999717dd
commit 24d8290a3f

View File

@ -48,6 +48,7 @@ var (
"lte": true, "lte": true,
"eq": true, "eq": true,
"nq": true, "nq": true,
"ne": true,
"startswith": true, "startswith": true,
"endswith": true, "endswith": true,
"istartswith": true, "istartswith": true,