|
|
@@ -2285,7 +2285,7 @@ class ButtService extends ZskkDefaultService {
|
|
|
|
|
|
public function saveDmReport($data)
|
|
|
{
|
|
|
- $this->butt->insertDmLog(['data'=>json_encode($data),'type'=>1]);
|
|
|
+ $this->butt->insertDmLog(['data'=>json_encode($data),'type'=>2]);
|
|
|
$where = ['imagenumber'=>$data['B']['BD'],'institution_id'=>$data['B']['BJ']];
|
|
|
$exam = $this->butt->getExam($where,'*');
|
|
|
$report = $this->makeReportData($data);
|