|
|
|
@ -38,6 +38,7 @@ class ReportController extends Controller
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$list=[];
|
|
|
|
$list=[];
|
|
|
|
|
|
|
|
|
|
|
|
foreach ($report_list as $key => $report) {
|
|
|
|
foreach ($report_list as $key => $report) {
|
|
|
|
$report_list[$key]['is_read']=0;
|
|
|
|
$report_list[$key]['is_read']=0;
|
|
|
|
if($report['体检状态']=='报告已出' || $report['体检状态']=='总检完成'){
|
|
|
|
if($report['体检状态']=='报告已出' || $report['体检状态']=='总检完成'){
|
|
|
|
@ -53,6 +54,8 @@ class ReportController extends Controller
|
|
|
|
if($tj_status==2 and $report['体检状态']=='报告未出'){
|
|
|
|
if($tj_status==2 and $report['体检状态']=='报告未出'){
|
|
|
|
$list[]= $report_list[$key];
|
|
|
|
$list[]= $report_list[$key];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
|
|
|
$list[]= $report_list[$key];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|