mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Fix #1063 SELECT list is not in GROUP BY in getModuleSkinDotList
This commit is contained in:
parent
c53e956ef7
commit
666380f07f
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
<condition operation="like" column="skin" var="skin" default="." />
|
<condition operation="like" column="skin" var="skin" default="." />
|
||||||
</conditions>
|
</conditions>
|
||||||
<groups>
|
<groups>
|
||||||
|
<group column="module" />
|
||||||
<group column="skin" />
|
<group column="skin" />
|
||||||
</groups>
|
</groups>
|
||||||
</query>
|
</query>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue