mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#430 특정 그룹의 회원을 추출하는 쿼리에서 대상 그룹이 1개 이상일 경우 in operator가 사용되어야 하는데 equal이 사용되어 결과가 나오지 않던 문제 해결"
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3923 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
77899911c6
commit
27f9fc638f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
</tables>
|
||||
<columns />
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_group.group_srl" var="selected_group_srl" notnull="notnull" />
|
||||
<condition operation="in" column="member_group.group_srl" var="selected_group_srl" notnull="notnull" />
|
||||
<condition operation="equal" column="member.member_srl" var="member_group.member_srl" pipe="and" notnull="notnull" />
|
||||
<group pipe="and">
|
||||
<condition operation="equal" column="member.is_admin" var="is_admin" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue