|
@@ -14,13 +14,13 @@ require_once(BASE_HELPER_PATH . '/refill/util.php');
|
|
|
|
|
|
class minutesControl extends BaseCronControl
|
|
|
{
|
|
|
- public function indexOp()
|
|
|
+ public function indexexOp()
|
|
|
{
|
|
|
$this->_cron_common([1,2,3,4,5,6,7]);
|
|
|
$this->_check_merchant_alarm_amount();
|
|
|
}
|
|
|
|
|
|
- public function indexexOp()
|
|
|
+ public function indexOp()
|
|
|
{
|
|
|
Log::record(__FUNCTION__ . " start",Log::DEBUG);
|
|
|
//未付款订单超期自动关闭
|