mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
15 lines
561 B
XML
15 lines
561 B
XML
<query id="getModuleInfoByDocument" action="select">
|
|
<tables>
|
|
<table name="modules" />
|
|
<table name="documents" />
|
|
</tables>
|
|
<columns>
|
|
<column name="modules.*" />
|
|
<column name="documents.is_notice" />
|
|
<column name="documents.status" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="documents.document_srl" var="document_srl" notnull="notnull" />
|
|
<condition operation="equal" column="modules.module_srl" var="documents.module_srl" pipe="and" />
|
|
</conditions>
|
|
</query>
|