lgy 6 سال پیش
والد
کامیت
7cc04a2d9a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      application/inter/controller/Dcquery.php

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

@@ -171,7 +171,7 @@ class Dcquery extends Controller
                 $series[$k]['seriesNumber'] = $v['series_num'];
             }
             if($error == 1){
-                throw new Exception('series列表为空');
+                throw new \think\Exception('series列表为空');
             }
             $info['seriesList'] = $series;
             $return  = array();