mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
ticket:15 댓글알리미에서 중복된 알림 무시
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4428 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ca4c3845ac
commit
5df264d01a
5 changed files with 53 additions and 7 deletions
12
modules/tccommentnotify/queries/getChildId.xml
Normal file
12
modules/tccommentnotify/queries/getChildId.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="geChildId" action="select">
|
||||
<tables>
|
||||
<table name="tcnotifiedchildren" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="notified_srl" alias="notified_srl"/>
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="parent_srl" var="parent_srl" notnull="notnull" />
|
||||
<condition operation="equal" column="remoteid" var="remoteid" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue