mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
설문조사의 로그를 검사할때 ipaddress와 회원번호를 and로 연산하던 오류를 or로 변경하여 중복 조사가 제대로 이루어지도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2732 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3b5a5a2c11
commit
ece48de14e
1 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,9 @@
|
||||||
</columns>
|
</columns>
|
||||||
<conditions>
|
<conditions>
|
||||||
<condition operation="equal" column="poll_srl" var="poll_srl" />
|
<condition operation="equal" column="poll_srl" var="poll_srl" />
|
||||||
<condition operation="equal" column="member_srl" default="0" var="member_srl" pipe="and" />
|
<group pipe="and">
|
||||||
<condition operation="equal" column="ipaddress" var="ipaddress" default="ipaddress()" pipe="and" />
|
<condition operation="equal" column="member_srl" default="0" var="member_srl" />
|
||||||
|
<condition operation="equal" column="ipaddress" var="ipaddress" default="ipaddress()" pipe="or" />
|
||||||
|
</group>
|
||||||
</conditions>
|
</conditions>
|
||||||
</query>
|
</query>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue