Commit 7de4696b authored by zhuwei's avatar zhuwei

1

parent 166ae753
......@@ -312,6 +312,8 @@ class OperationData extends Basic
*/
public function userInviteNum()
{
header('Access-Control-Allow-Origin:*');
$params = $this->params;
$between = [ 'between', [ $params['create_time_start'] . ' 00:00:00', $params['create_time_end'] . ' 23:59:59' ] ];
$where['create_time'] = $between;
......
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