Commit dacb3ac0 authored by hujun's avatar hujun

1

parent 48a6aef4
...@@ -211,9 +211,8 @@ class BindingPhone extends BaseModel ...@@ -211,9 +211,8 @@ class BindingPhone extends BaseModel
} }
$date = date('Y-m-d'); $date = date('Y-m-d');
$this->where($where) return $this->where($where)
->where('create_time','between', [$date. ' 00:00:00', $date . ' 23:59:59']) ->where('create_time','between', [$date. ' 00:00:00', $date . ' 23:59:59'])
->count(); ->count();
die('11');
} }
} }
\ 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