rabin 3 年之前
父节点
当前提交
d633339b8b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      service/agent/lib/Manage.php

+ 3 - 0
service/agent/lib/Manage.php

@@ -1318,6 +1318,9 @@ class Manage
                             }
                             }
                         }
                         }
                         $parent['title_name'] = implode('、', $parent['title_name']);
                         $parent['title_name'] = implode('、', $parent['title_name']);
+                        if ($group) {
+                            $group = $parent;
+                        }
                     }
                     }
                 }
                 }