mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
개별 문서 댓글 알림을 차단하는 옵션 추가
This commit is contained in:
parent
7285a332b7
commit
c315a6ad10
15 changed files with 447 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
<query id="getUserIndividualBlockConfigByTargetSrl" action="select">
|
||||
<tables>
|
||||
<table name="ncenterlite_block_individual" />
|
||||
</tables>
|
||||
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
|
||||
<conditions>
|
||||
<condition operation="equal" column="target_srl" var="target_srl" filter="number" notnull="notnull" />
|
||||
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue