mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Add select box to filter by module in document, comment, and file list
This commit is contained in:
parent
02c2f343cd
commit
e0033ac2fc
9 changed files with 105 additions and 60 deletions
20
modules/comment/queries/getModuleList.xml
Normal file
20
modules/comment/queries/getModuleList.xml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<query id="getModuleList" action="select">
|
||||
<tables>
|
||||
<table name="modules" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="module_srl" />
|
||||
<column name="mid" />
|
||||
<column name="browser_title" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<query operation="in" column="module_srl">
|
||||
<tables>
|
||||
<table name="comments" />
|
||||
</tables>
|
||||
<columns distinct="distinct">
|
||||
<column name="module_srl" />
|
||||
</columns>
|
||||
</query>
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue