신고를 취소하는 기능 추가

This commit is contained in:
BJRambo 2019-08-05 17:36:16 +09:00
parent daf51c24fd
commit 7e345870a0
10 changed files with 226 additions and 3 deletions

View file

@ -0,0 +1,8 @@
<query id="deleteDeclaredDocument" action="delete">
<tables>
<table name="document_declared" />
</tables>
<conditions>
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
</conditions>
</query>