mirror of
https://github.com/astaxie/beego.git
synced 2025-06-20 12:10:18 +00:00
fix filter with __ne bug
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user