wesmiler 2 tháng trước cách đây
mục cha
commit
807b7a01ed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
             ->where(['type'=>2,'status'=>1,'mark'=>1])
             ->orderBy('id', 'asc')
-            ->select(['id', 'nickname', 'phone'])
+            ->select(['id', 'nickname','username', 'mobile'])
             ->get()
             ->toArray();