cqp 2 주 전
부모
커밋
207a16c9cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Service/TPlusServerService.php

+ 1 - 1
app/Service/TPlusServerService.php

@@ -860,7 +860,7 @@ class TPlusServerService extends Service
 
         // 一次性查出这些员工在最大区间范围内的所有指标
         $results = EmployeeIndex::where('del_time', 0)
-            ->whereIn('type', [EmployeeIndex::TYPE_ONE, EmployeeIndex::TYPE_EIGHT])
+            ->whereIn('type', [EmployeeIndex::TYPE_ONE, EmployeeIndex::TYPE_EIGHT, EmployeeIndex::TYPE_SIX])
             ->whereIn('employee_id', $employeeIds)
             ->where('start_time', '<=', $maxEnd)
             ->where('end_time', '>=', $minStart)