|
@@ -90,6 +90,8 @@ class dateControl extends BaseCronControl
|
|
|
|
|
|
//会员相关数据统计
|
|
|
$this->_member_stat();
|
|
|
+
|
|
|
+ $this->_stat_daily();
|
|
|
}
|
|
|
|
|
|
public function nine_clockOp()
|
|
@@ -106,7 +108,7 @@ class dateControl extends BaseCronControl
|
|
|
$this->_arrival_notice();
|
|
|
}
|
|
|
|
|
|
- public function one_clockOp()
|
|
|
+ public function _stat_daily()
|
|
|
{
|
|
|
$cur_date = new DateTime();
|
|
|
$inter = new DateInterval('P1D');
|