Browse Source

fix:getTestList

Xu·LinPeng 6 hours ago
parent
commit
ccaa7b0dec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/Admin/Http/Controllers/Api/ApiController.php

+ 1 - 1
Modules/Admin/Http/Controllers/Api/ApiController.php

@@ -1207,7 +1207,7 @@ class ApiController extends BaseController
         $zt = $request->query('zt');
         $zt = $request->query('zt');
 
 
         $res = DB::connection('mysql_fwe10')->table('uf_xx_dtk')
         $res = DB::connection('mysql_fwe10')->table('uf_xx_dtk')
-            ->select('id','tmlx','tm','xxa','xxb','xxc','xxd','xxe')
+            ->select('id','tmlx','tm','xxa','xxb','xxc','xxd')
             ->where('is_delete',0)
             ->where('is_delete',0)
             ->where('sjzt',$zt)
             ->where('sjzt',$zt)
             ->orderBy('tmlx')
             ->orderBy('tmlx')