getConf('ome.task.logistestimate'); if($logistestimateSet == 'off'){ //物流对帐任务已关闭 //@todo:更新为当天执行日期,防止后面开启任务,执行时间范围过大,导致内存溢出; $now_time = mktime(0,0,0,date('m'),date('d'),date('Y')); app::get('logisticsaccounts')->setConf('logisticsaccounts.delivery.downtime', $now_time); return true; } kernel::single('logisticsaccounts_estimate')->crontab_delivery(); return true; } }