Browse Source

小高薪

cqp 2 tháng trước cách đây
mục cha
commit
5f0624471c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/Service/PersonWorkService.php

+ 2 - 2
app/Service/PersonWorkService.php

@@ -1089,7 +1089,7 @@ class PersonWorkService extends Service
      * @param array $user 用户信息
      * @param array $user 用户信息
      * @return array
      * @return array
      */
      */
-    private function calculateDailyAllocation($monthStart, $topDepartId, $user)
+    private function calculateDailyAllocation1($monthStart, $topDepartId, $user)
     {
     {
         $monthEnd = strtotime('+1 month', $monthStart) - 1;
         $monthEnd = strtotime('+1 month', $monthStart) - 1;
         $now = time();
         $now = time();
@@ -1249,7 +1249,7 @@ class PersonWorkService extends Service
         return ['status' => true, 'data' => $previewList];
         return ['status' => true, 'data' => $previewList];
     }
     }
 
 
-    private function calculateDailyAllocation1($monthStart, $topDepartId, $user)
+    private function calculateDailyAllocation($monthStart, $topDepartId, $user)
     {
     {
         $monthEnd = strtotime('+1 month', $monthStart) - 1;
         $monthEnd = strtotime('+1 month', $monthStart) - 1;
         $now = time();
         $now = time();