mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
쪽지함에서 발송일자가 발송회원의 가입일로 되던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2181 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cf2722a541
commit
f553d3fccf
1 changed files with 5 additions and 1 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