Explorar el Código

Merge branch 'pro' of http://code.pacsonline.cn/zskk_bg/yuanchengpasc into pro

root hace 5 años
padre
commit
6d52df71f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/inter/controller/Dcquery.php

+ 1 - 1
application/inter/controller/Dcquery.php

@@ -140,7 +140,7 @@ class Dcquery extends Controller
             }
             if(!$study_info) {
                 // return '没有查找到对应检查';
-                abort(404, '页1面异常');
+                exception('异常消息', 10006);
             }
             // if(strlen($study_id) == '16'){
             //     $study_info = DB::table('studies')->where('id',$study_id)->field('id,studyuid,studyid,patient_id')->find();