mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
fix #2097 모듈 선택기에서 모듈 카테고리를 표시하지 못하는 문제 고침
This commit is contained in:
parent
9735ff741b
commit
2ca34318e6
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,11 @@
|
|||
<tables>
|
||||
<table name="sites" />
|
||||
<table name="modules" />
|
||||
<table name="module_categories" alias="module_categories" type="left join">
|
||||
<conditions>
|
||||
<condition operation="equal" column="module_categories.module_category_srl" default="modules.module_category_srl" />
|
||||
</conditions>
|
||||
</table>
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="sites.domain" />
|
||||
|
|
@ -12,6 +17,7 @@
|
|||
<column name="modules.mid" />
|
||||
<column name="modules.browser_title" />
|
||||
<column name="modules.module_srl" />
|
||||
<column name="module_categories.title" alias="category" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="sites.site_srl" var="site_srl" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue