mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
트랙백에 작성된 ipaddress를 체크하는 query문에서 condition의 pipe 연산자가 누락된 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2679 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
86e08b2039
commit
9071858058
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@
|
|||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
|
||||
<condition operation="equal" column="ipaddress" var="ipaddress" notnull="notnull" />
|
||||
<condition operation="equal" column="ipaddress" var="ipaddress" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue