document 모듈에 이런 쿼리문이 있더군요. modules/document/queries/updateDocumentsSecret.xml <query id="updateDocumentsSecret" action="update"> <tables> <table name="documents" /> </tables> <columns> <column name="is_secret" var="is_secret" notnull="notnull" /> </columns> <conditions> <condition operation="in" column="document_srl" var="document_srl" ...
더보기