mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
Fix #1456 incorrect handling of negative member_srl in ncenterlite controller
This commit is contained in:
parent
b675813de2
commit
0f346d8e24
2 changed files with 13 additions and 13 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<conditions>
|
||||
<condition operation="equal" column="comments.document_srl" var="document_srl" notnull="notnull" />
|
||||
<condition operation="notequal" column="comments.member_srl" var="member_srl" notnull="notnull" pipe="and" />
|
||||
<condition operation="notin" column="comments.member_srl" var="member_srl" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
<groups>
|
||||
<group column="member_srl" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue