Commit 68e4e436 authored by hujun's avatar hujun

1

parent 0c348294
......@@ -103,4 +103,16 @@ class AliYunSecretReport extends BaseModel
return $data;
}
/**
* 返回user_id
*
* @return array
*/
public function getCallUserId() {
return $this->where('create_time', 'between', ['2018-08-28', '2018-08-31'])
->where('users_id','NOT NULL')
->group('users_id')
->column('users_id');
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment