cqp 1 kuukausi sitten
vanhempi
sitoutus
ea63ad71c8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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];
         return [true, $month_employee_list];
     }
     }
 
 
-    public function employeeMonthSalaryStatistic2($data, $user)
+    public function employeeMonthSalaryStatistic3($data, $user)
     {
     {
         list($status, $month_start, $month_end) = $this->commonRule($data);
         list($status, $month_start, $month_end) = $this->commonRule($data);
         if (!$status) return [false, $month_start];
         if (!$status) return [false, $month_start];