gogs 2 ماه پیش
والد
کامیت
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) {
         foreach ($month_employee_salary as $val) {
             $month = $monthly_ps_order_key_list[$val['main_id']] ?? '';
             $month = $monthly_ps_order_key_list[$val['main_id']] ?? '';
             if ($month) {
             if ($month) {
-                $salary_map[$val['employee_id'] . '_' . $month] = $val['salary'];
+                $salary_map[$val['employee_id'] . '_' . $month] = $val['salary']*100;
             }
             }
         }
         }
         // 2. 计算每个员工在每个月的全月总工时
         // 2. 计算每个员工在每个月的全月总工时