gogs 10 сар өмнө
parent
commit
b416522bbc

+ 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;