|
|
@@ -48,9 +48,6 @@ class SwooleAsyncTimer extends SwooleAsyncTimerComponent implements SocketInterf
|
|
|
*/
|
|
|
public function timerCallback($timerId, $server){
|
|
|
// 自动封期
|
|
|
- // file_put_contents('aaa.txt', var_export([
|
|
|
- // 'time' => date('Y-m-d H:i:s')
|
|
|
- // ],true),FILE_APPEND);
|
|
|
PreparePerfCalc::instance()->calcStep(); // 预计算月业绩
|
|
|
AutoClosePeriod::instance()->autoClose();
|
|
|
// 自动执行任务队列中的任务
|