|
@@ -18,7 +18,7 @@ class minutesControl extends BaseCronControl
|
|
|
$this->_order_timeout_cancel();
|
|
|
$this->_cron_common();
|
|
|
$this->_web_index_update();
|
|
|
- $this->_cron_mail_send();
|
|
|
+// $this->_cron_mail_send();
|
|
|
Log::record(__FUNCTION__ . " end",Log::DEBUG);
|
|
|
}
|
|
|
|