mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Support "if" in <group> inside <groups> #2595
This commit is contained in:
parent
386f93fc6c
commit
51762315de
4 changed files with 19 additions and 2 deletions
|
|
@ -15,6 +15,7 @@
|
|||
</conditions>
|
||||
<groups if="if_groupby">
|
||||
<group column="member.member_srl" />
|
||||
<group column="member.nick_name" if="if_groupby_nick_name" />
|
||||
<having>
|
||||
<condition operation="notequal" column="member.member_srl" var="exclude_member_srl" notnull="notnull" />
|
||||
</having>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue