|
@@ -222,7 +222,7 @@ class Writereport extends Base
|
|
|
}else{
|
|
|
//本地
|
|
|
$status = DB::table('exams')->where('id',$param['id'])->field('exam_status')->find();
|
|
|
- if($status['exam_status'] > 6){
|
|
|
+ if($status['exam_status'] > 6 && $status['exam_status'] != 13){
|
|
|
return json_encode(['status'=>'fail','code'=>'1034','msg'=>'报告已被保存,无法再次被修改']);
|
|
|
}
|
|
|
}
|