wesmiler hai 2 meses
pai
achega
807b7a01ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/Common/StoreService.php

+ 1 - 1
app/Services/Common/StoreService.php

@@ -301,7 +301,7 @@ class StoreService extends BaseService
         $list = $this->model
         $list = $this->model
             ->where(['type'=>2,'status'=>1,'mark'=>1])
             ->where(['type'=>2,'status'=>1,'mark'=>1])
             ->orderBy('id', 'asc')
             ->orderBy('id', 'asc')
-            ->select(['id', 'nickname', 'phone'])
+            ->select(['id', 'nickname','username', 'mobile'])
             ->get()
             ->get()
             ->toArray();
             ->toArray();