mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Issue 1360 encoding the answer to find account
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10201 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
88f7a46fc5
commit
1f8eb5f635
2 changed files with 30 additions and 1 deletions
12
modules/member/queries/updateMemberFindQuestionAnswer.xml
Normal file
12
modules/member/queries/updateMemberFindQuestionAnswer.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="updateMemberFindQuesionAnswer" action="update">
|
||||
<tables>
|
||||
<table name="member" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="find_account_question" var="find_account_question" />
|
||||
<column name="find_account_answer" var="find_account_answer" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue