mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
15 lines
512 B
XML
15 lines
512 B
XML
<query id="getDocumentVotedLog" action="select">
|
|
<tables>
|
|
<table name="document_voted_log" />
|
|
</tables>
|
|
<columns>
|
|
<column name="*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
|
|
<group pipe="and">
|
|
<condition operation="equal" column="member_srl" var="member_srl" filter="number" pipe="and" />
|
|
<condition operation="equal" column="ipaddress" var="ipaddress" pipe="and" />
|
|
</group>
|
|
</conditions>
|
|
</query>
|