mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
관리페이지에서 첨부파일 조회시 등록일이 변경되는 문제 수정
* 해당 쿼리 별도로 분리 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6599 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6222a6aef8
commit
849bc627a1
2 changed files with 13 additions and 2 deletions
11
modules/file/queries/updateFileTargetType.xml
Normal file
11
modules/file/queries/updateFileTargetType.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="updateFileTargetType" action="update">
|
||||
<tables>
|
||||
<table name="files" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="upload_target_type" var="upload_target_type" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="file_srl" var="file_srl" filter="number" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue