mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
- 저장된 답변 내용의 암호화 적용
- 기존에 입력된 유지되며, 새로 입력/수정되는 항목에만 적용 함
This commit is contained in:
parent
b8aff16cff
commit
4eae6ac04e
4 changed files with 119 additions and 11 deletions
11
modules/member/queries/updateFindAccountAnswer.xml
Normal file
11
modules/member/queries/updateFindAccountAnswer.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="updateFindAccountAnswer" action="update">
|
||||
<tables>
|
||||
<table name="member" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="find_account_answer" var="find_account_answer" notnull="notnull" />
|
||||
</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