Explorar o código

忽略性提交 123 by 'zengjun'

ajun %!s(int64=5) %!d(string=hai) anos
pai
achega
4b592de8f1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Http/Controllers/PersonnelController.php

+ 1 - 0
app/Http/Controllers/PersonnelController.php

@@ -153,6 +153,7 @@ class PersonnelController extends Controller
                 $processDailyParticipant=$processController->countParticipantManHour($processDailyParticipant,$processDailyParticipant->processDaily->date);
             }
         }
+        // 前往任务审核
         return view('personnel/checking-in/missionAudit',['processDailyParticipants'=>$processDailyParticipants,'request'=>$request->input()]);
     }