mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix #1063 SELECT list is not in GROUP BY in getModuleListByInstance
This commit is contained in:
parent
d9178e91d6
commit
c53e956ef7
2 changed files with 3 additions and 3 deletions
|
|
@ -405,7 +405,7 @@ class menuAdminModel extends menu
|
|||
{
|
||||
foreach($output->data as $value)
|
||||
{
|
||||
if($value->instanceCount > 1)
|
||||
if($value->instanceCount >= 1)
|
||||
{
|
||||
$moduleList[] = $value->module;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue