소스 검색

优先级

cqp 1 개월 전
부모
커밋
ea63ad71c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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];