mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 09:19:57 +09:00
#18921228 : 추가 수정.(쿼리 파일 누락.)(r7506에 이은 수정임.)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7517 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
675229cb4c
commit
f38fe6bee1
1 changed files with 12 additions and 0 deletions
12
modules/module/queries/getActionForwardWithModule.xml
Normal file
12
modules/module/queries/getActionForwardWithModule.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="getActionForward" action="select">
|
||||
<tables>
|
||||
<table name="action_forward" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="act" var="act" />
|
||||
<condition operation="equal" column="module" var="module" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue