mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
issue 140 add filter member_list
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8947 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1f273c2ce3
commit
b6bacc388e
9 changed files with 62 additions and 6 deletions
|
|
@ -8,6 +8,7 @@
|
|||
<conditions>
|
||||
<condition operation="equal" column="is_admin" var="is_admin" />
|
||||
<condition operation="equal" column="denied" var="is_denied" pipe="and" />
|
||||
<condition operation="in" column="member_srl" var="member_srls" pipe="and" />
|
||||
<group pipe="and">
|
||||
<condition operation="like" column="user_id" var="s_user_id" />
|
||||
<condition operation="like" column="user_name" var="s_user_name" pipe="or" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue