lgy 2 weeks ago
parent
commit
a30db3063d
1 changed files with 0 additions and 4 deletions
  1. 0 4
      jcjyhr/app/zskk/controller/Api.php

+ 0 - 4
jcjyhr/app/zskk/controller/Api.php

@@ -278,10 +278,6 @@ class Api extends ApiController
     {
         $params = $this->request->post();
         $arr = $patientServies->getPatientExam($params);
-        if(empty($arr))
-        {
-            $this->error('影像数据未匹配');
-        }
         $this->success('success', $arr);
     }