mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
여러 회원의 그룹 일괄 변경시 생기는 DB 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3494 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
19e8df6405
commit
e29fa855a7
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<table name="member_group_member" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="over" column="group_srl" default="0" />
|
||||
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" pipe="and" />
|
||||
<condition operation="more" column="group_srl" default="0" />
|
||||
<condition operation="in" column="member_srl" var="member_srl" notnull="notnull" filter="number" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue