mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
회원정보 이전시 이미지이름/마크/서명을 바로 저장하도록 변경. 동기화시에 모든 회원 대상 변경
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2302 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
656830b2cc
commit
9237f2a45c
3 changed files with 14 additions and 12 deletions
|
|
@ -7,7 +7,6 @@
|
|||
<column name="comments.member_srl" default="member.member_srl" filter="number" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="comments.member_srl" default="-1" notnull="notnull" />
|
||||
<condition operation="equal" column="comments.user_id" default="member.user_id" pipe="and" />
|
||||
<condition operation="equal" column="comments.user_id" default="member.user_id" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
<column name="documents.member_srl" default="member.member_srl" filter="number" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="documents.member_srl" default="-1" notnull="notnull" />
|
||||
<condition operation="equal" column="documents.user_id" default="member.user_id" pipe="and" />
|
||||
<condition operation="equal" column="documents.user_id" default="member.user_id" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue