mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
글을 수정시 원문의 lang_code값이 없으면 수정할때 다른 언어로 적용되는 문제를 해결함. 원문의 lang_code값이 없다면 최초 수정자의 언어코드를 적용함 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6719 201d5d3c-b55e-5fd7-737f-ddc643e51545
11 lines
355 B
XML
11 lines
355 B
XML
<query id="updateDocumentsLangCode" action="update">
|
|
<tables>
|
|
<table name="documents" />
|
|
</tables>
|
|
<columns>
|
|
<column name="lang_code" var="lang_code" notnull="notnull" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="document_srl" var="document_srl" filter="number" />
|
|
</conditions>
|
|
</query>
|