|
|
@@ -165,13 +165,13 @@ class AuxiliaryAccountService extends Service
|
|
|
'id' => $current['id'],
|
|
|
'title' => $current['title']
|
|
|
];
|
|
|
- if (!isset($grouped[$current['id']])) {
|
|
|
- $grouped[$current['id']] = [
|
|
|
- 'first_level_id' => $current['id'],
|
|
|
- 'first_level_title' => $current['title'],
|
|
|
- 'details' => []
|
|
|
- ];
|
|
|
- }
|
|
|
+// if (!isset($grouped[$current['id']])) {
|
|
|
+// $grouped[$current['id']] = [
|
|
|
+// 'first_level_id' => $current['id'],
|
|
|
+// 'first_level_title' => $current['title'],
|
|
|
+// 'details' => []
|
|
|
+// ];
|
|
|
+// }
|
|
|
}
|
|
|
|
|
|
// 3. 遍历明细数据进行分组
|