瀏覽代碼

改一下bug

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];
     }