rhymix/modules/document/queries/updateDocumentsLangCode.xml
zero a82f5d9c23 #18203020
글을 수정시 원문의 lang_code값이 없으면 수정할때 다른 언어로 적용되는 문제를 해결함.
원문의 lang_code값이 없다면 최초 수정자의 언어코드를 적용함


git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6719 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-08-04 02:55:39 +00:00

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>