소스 검색

小高薪

cqp 2 달 전
부모
커밋
5f0624471c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Service/PersonWorkService.php

+ 2 - 2
app/Service/PersonWorkService.php

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