mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
휴지통으로 댓글을 이동할 때 알림 삭제기능 추가
This commit is contained in:
parent
0d8b8a51dd
commit
a96955a12e
4 changed files with 64 additions and 0 deletions
12
modules/ncenterlite/queries/getNotifyListByCommentSrl.xml
Normal file
12
modules/ncenterlite/queries/getNotifyListByCommentSrl.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="getNotifyListByDocumentSrl" action="select">
|
||||
<tables>
|
||||
<table name="ncenterlite_notify" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="srl" var="document_srl" filter="number" notnull="notnull" />
|
||||
<condition operation="equal" column="target_srl" var="comment_srl" filter="number" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue