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

+ 1 - 1
app/Service/StatisticService.php

@@ -312,7 +312,7 @@ class StatisticService extends Service
 //            }else{
 //                $item['total_salary'] =  $all_salary[$item['employee_id']];
 //            }
-//            return $item;
+            return $item;
         })->all();
         return [true, $item_month_list];
     }