Revert "Fix #1987 글 삭제시 플래그 파일도 같이 삭제하도록 개선"

This reverts commit c1d6393d6b.
This commit is contained in:
BJRambo 2022-10-30 13:45:43 +09:00
parent c1d6393d6b
commit 4c3802da39
2 changed files with 1 additions and 30 deletions

View file

@ -1,13 +0,0 @@
<query id="getNotifyBySrl" action="select">
<tables>
<table name="ncenterlite_notify" />
</tables>
<conditions>
<condition operation="equal" column="srl" var="srl" filter="number" notnull="notnull" />
<condition operation="equal" column="target_srl" var="srl" filter="number" notnull="notnull" pipe="or" />
</conditions>
<groups>
<group column="member_srl" />
</groups>
</query>