mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
Implement moving scrap to another folder
This commit is contained in:
parent
ed02a0f064
commit
cf0a5d019c
8 changed files with 87 additions and 5 deletions
12
modules/member/queries/updateScrapDocumentFolder.xml
Normal file
12
modules/member/queries/updateScrapDocumentFolder.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="updateScrapDocumentFolder" action="update">
|
||||
<tables>
|
||||
<table name="member_scrap" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="folder_srl" var="folder_srl" notnull="notnull" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" />
|
||||
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue