فهرست منبع

研发辅助帐相关接口

gogs 2 ماه پیش
والد
کامیت
6fd0721db6
1فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
  1. 7 7
      app/Service/AuxiliaryAccountService.php

+ 7 - 7
app/Service/AuxiliaryAccountService.php

@@ -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. 遍历明细数据进行分组