mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix coding type.
This commit is contained in:
parent
a9e1c1d3a0
commit
133f94758e
1 changed files with 4 additions and 4 deletions
|
|
@ -2,10 +2,10 @@
|
|||
<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>
|
||||
<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