@@ -29,8 +29,6 @@ class RejectionStatistics extends Command
*/
protected function updateRejectionNum()
{
- MasterWorker::setRejectionNum(1, 5);//记录到缓存中
- die;
$where = [
['a.type', '=', 0],
['a.create_time', '>=', strtotime('-1 year')], // 一年内的数据
@@ -75,7 +73,6 @@ class RejectionStatistics extends Command
]);
}
} catch (\Exception $e) {
echo $e->getMessage();