Xu·LinPeng 6 ore fa
parent
commit
ccaa7b0dec
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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');
 
         $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')