mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
좀 더 효율적으로 알림을 할 수 있도록 개선
This commit is contained in:
parent
347efc4f56
commit
d0ba49b233
2 changed files with 23 additions and 19 deletions
17
modules/ncenterlite/queries/getOtherCommentByMemberSrl.xml
Normal file
17
modules/ncenterlite/queries/getOtherCommentByMemberSrl.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<query id="getNotifyTypeByID" action="select">
|
||||
<tables>
|
||||
<table name="comments" />
|
||||
</tables>
|
||||
|
||||
<columns>
|
||||
<column name="member_srl" />
|
||||
</columns>
|
||||
|
||||
<conditions>
|
||||
<condition operation="equal" column="document_srl" var="document_srl" notnull="notnull" />
|
||||
<condition operation="notequal" column="member_srl" var="member_srl" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
<groups>
|
||||
<group column="member_srl" />
|
||||
</groups>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue