cqp 1 miesiąc temu
rodzic
commit
ea63ad71c8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Service/StatisticService.php

+ 1 - 1
app/Service/StatisticService.php

@@ -97,7 +97,7 @@ class StatisticService extends StatisticCommonService
         return [true, $month_employee_list];
     }
 
-    public function employeeMonthSalaryStatistic2($data, $user)
+    public function employeeMonthSalaryStatistic3($data, $user)
     {
         list($status, $month_start, $month_end) = $this->commonRule($data);
         if (!$status) return [false, $month_start];