@@ -2275,7 +2275,10 @@ class ButtService extends ZskkDefaultService {
if(!empty($report))
{
$this->butt->updateReport(['exam_id'=>$id],['id'=>$report['id']]);
- $this->butt->updateExam(['exam_status'=>9],$id);
+ if(!empty($report['impression']) || !empty($report['description']))
+ {
+ $this->butt->updateExam(['exam_status'=>9],$id);
+ }
}
return $id;