mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
r6606 not_in => notin 오타 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7775 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
17962fe6e6
commit
b0398057f6
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
<column name="*" />
|
<column name="*" />
|
||||||
</columns>
|
</columns>
|
||||||
<conditions>
|
<conditions>
|
||||||
<condition operation="not_in" column="documents.module_srl" default="0" pipe="and" />
|
<condition operation="notin" column="documents.module_srl" default="0" pipe="and" />
|
||||||
<condition operation="in" column="documents.module_srl" var="module_srl" filter="number" notnull="notnull" pipe="and" />
|
<condition operation="in" column="documents.module_srl" var="module_srl" filter="number" notnull="notnull" pipe="and" />
|
||||||
</conditions>
|
</conditions>
|
||||||
<navigation>
|
<navigation>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue