|
@@ -196,7 +196,7 @@ class Member extends Controller
|
|
* 导出
|
|
* 导出
|
|
**/
|
|
**/
|
|
public function export(){
|
|
public function export(){
|
|
- $data = model::field('is_deleted',true)
|
|
|
|
|
|
+ $data = model::field('name,mobile,title')
|
|
->where('is_deleted', CommonConstant::IS_DELETED_0)
|
|
->where('is_deleted', CommonConstant::IS_DELETED_0)
|
|
->select()
|
|
->select()
|
|
->toArray();
|
|
->toArray();
|