mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 09:39:58 +09:00
#102 쪽지 발송함/보관함과 선택된 쪽지 읽을때 쪽지 발송일이 발송자 회원가입일자로 대체되던 문제를 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2366 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dda8a1082d
commit
ef3cee2435
3 changed files with 13 additions and 3 deletions
|
|
@ -4,7 +4,11 @@
|
|||
<table name="member" alias="member" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
<column name="message.*" />
|
||||
<column name="member.user_id" />
|
||||
<column name="member.member_srl" />
|
||||
<column name="member.nick_name" />
|
||||
<column name="member.user_name" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="message.receiver_srl" var="member_srl" notnull="notnull" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue