Explorar o código

内部使用oa后台

gogs hai 10 meses
pai
achega
b416522bbc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Service/KqService.php

+ 1 - 0
app/Service/KqService.php

@@ -122,6 +122,7 @@ class KqService extends Service
         }
 
         foreach ($total_key as $key => $value){
+            if(!isset($overList[$key])) continue;
             //加班
             $over = $overList[$key];
             $total_key[$key]['overtime_day'] = $over['overtime_day'] ?? 0;