Commit 90c6aedd authored by clone's avatar clone

bug

parent 2b07ff02
......@@ -24,7 +24,7 @@ class ClientService
{
//todo 拨打次数统计
$day = 1;
$num = 10;
$num = 5;
$start_time = date("Y-m-d H:i:s", strtotime("-$day day"));
$end_time = date("Y-m-d H:i:s", time());
$params["create_time"] = array( "between", array( $start_time, $end_time ) );
......
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