Jelajahi Sumber

改一下bug

gogs 2 bulan lalu
induk
melakukan
7e3a833147
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Service/StatisticService.php

+ 1 - 1
app/Service/StatisticService.php

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