mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
스크랩한 게시물 삭제 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2020 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
20a90854f0
commit
114795e30e
5 changed files with 37 additions and 0 deletions
9
modules/member/queries/deleteScrapDocument.xml
Normal file
9
modules/member/queries/deleteScrapDocument.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<query id="deleteScrapDocument" action="delete">
|
||||
<tables>
|
||||
<table name="member_scrap" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" />
|
||||
<condition operation="equal" column="document_srl" var="document_srl" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue