Przeglądaj źródła

fix:getTestList

Xu·LinPeng 6 godzin temu
rodzic
commit
ccaa7b0dec

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

@@ -1207,7 +1207,7 @@ class ApiController extends BaseController
         $zt = $request->query('zt');
 
         $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('sjzt',$zt)
             ->orderBy('tmlx')