cqpCow 2 سال پیش
والد
کامیت
a1e13f5b52
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Service/EmployeeService.php

+ 1 - 1
app/Service/EmployeeService.php

@@ -99,7 +99,7 @@ class EmployeeService extends Service
 
     public function employeeList($data){
         $model = Employee::where('del_time',0)
-            ->select('id_card','emp_name','mobile','crt_time','account','is_admin','upd_time','id','number')
+            ->select('id_card','emp_name','mobile','crt_time','account','is_admin','upd_time','id','number','sqlserver_account')
             ->orderBy('id','desc');
 
         if(! empty($data['depart_id'])) {