|
@@ -662,6 +662,7 @@ class RecruitController extends Controller
|
|
|
$list[$k]['pen_print'] = 0;
|
|
|
$list[$k]['computer_print'] = 0;
|
|
|
$list[$k]['face_print'] = 0;
|
|
|
+ $list[$k]['reexamine_print'] = 0;
|
|
|
$tickets = RecruitTicket::where('appoint_id',$v->id)->get();
|
|
|
if($tickets){
|
|
|
foreach ($tickets as $tk => $tv){
|
|
@@ -674,6 +675,9 @@ class RecruitController extends Controller
|
|
|
if($tv->ex_type == 3){
|
|
|
$list[$k]['face_print'] = $tv->ex_status;
|
|
|
}
|
|
|
+ if($tv->ex_type == 4){
|
|
|
+ $list[$k]['reexamine_print'] = $tv->ex_status;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|