gogs 2 месяцев назад
Родитель
Сommit
06a7a1853b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Service/StatisticService.php

+ 1 - 1
app/Service/StatisticService.php

@@ -646,7 +646,7 @@ class StatisticService extends Service
         foreach ($month_employee_salary as $val) {
             $month = $monthly_ps_order_key_list[$val['main_id']] ?? '';
             if ($month) {
-                $salary_map[$val['employee_id'] . '_' . $month] = $val['salary'];
+                $salary_map[$val['employee_id'] . '_' . $month] = $val['salary']*100;
             }
         }
         // 2. 计算每个员工在每个月的全月总工时