lgy 4 주 전
부모
커밋
cf25659f63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      server/application/api/servies/butt/ButtService.php

+ 1 - 1
server/application/api/servies/butt/ButtService.php

@@ -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);