좀 더 효율적으로 알림을 할 수 있도록 개선

This commit is contained in:
BJRambo 2019-03-22 11:36:20 +09:00
parent 347efc4f56
commit d0ba49b233
2 changed files with 23 additions and 19 deletions

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