mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
- 글등록시 언어가 기본 언어이고 수정시 다른 언어로 수정하면 각 언어별 데이터가 보관 잘 되도록 개선 - 확장변수 값이 없는 게시글을 수정시 변수 폼이 제대로 나타나도록 수정 - 퍼포먼스 증대 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5947 201d5d3c-b55e-5fd7-737f-ddc643e51545
13 lines
563 B
XML
13 lines
563 B
XML
<query id="getDocumentExtraVars" action="select">
|
|
<tables>
|
|
<table name="document_extra_vars" alias="extra_vars" />
|
|
</tables>
|
|
<columns>
|
|
<column name="*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="more" column="extra_vars.module_srl" default="-1" notnull="notnull" pipe="and" />
|
|
<condition operation="in" column="extra_vars.document_srl" var="document_srl" notnull="notnull" pipe="and" />
|
|
<condition operation="more" column="extra_vars.var_idx" default="-2" pipe="and" />
|
|
</conditions>
|
|
</query>
|