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