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