mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
fix typo
This commit is contained in:
parent
61e0437d9e
commit
a9e1c1d3a0
1 changed files with 5 additions and 4 deletions
|
|
@ -1,10 +1,11 @@
|
|||
<query id="getTrashList" action="select">
|
||||
<tables>
|
||||
<table name="trash" alias="T" />
|
||||
<table name="member" alias="M" type="left join" />
|
||||
<conditions>
|
||||
<condition operation="equal" column="T.remover_srl" default="M.member_srl" />
|
||||
</conditions>
|
||||
<table name="member" alias="M" type="left join">
|
||||
<conditions>
|
||||
<condition operation="equal" column="T.remover_srl" default="M.member_srl" />
|
||||
</conditions>
|
||||
</table>
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="T.*" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue