Fix coding type.

This commit is contained in:
BJRambo 2016-10-03 18:20:53 +09:00
parent a9e1c1d3a0
commit 133f94758e

View file

@ -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.*" />