ticket:15 댓글알리미에서 중복된 알림 무시

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4428 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-07-31 10:07:43 +00:00
parent ca4c3845ac
commit 5df264d01a
5 changed files with 53 additions and 7 deletions

View 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>