fuyu před 5 roky
rodič
revize
b1585b2f40
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 '没有查找到对应检查';
-                throw new \think\exception\HttpException(404, '没有查找到对应检查', null, []);
+                throw new \think\exception\HttpException(404, '没有查找到1对应检查', null, []);
             }
             // if(strlen($study_id) == '16'){
             //     $study_info = DB::table('studies')->where('id',$study_id)->field('id,studyuid,studyid,patient_id')->find();