瀏覽代碼

Correctif cron process orders

refactoring
Guillaume 3 年之前
父節點
當前提交
82c2295ddb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      backend/controllers/CronController.php

+ 1
- 1
backend/controllers/CronController.php 查看文件

@@ -134,7 +134,7 @@ class CronController extends BackendController

public function actionForceProcessOrders($key = '')
{
$this->actionProcessOrders($key, date('Y-m-d', strtotime('-1 day'))) ;
$this->actionProcessOrders($key, date('Y-m-d')) ;
}

/**

Loading…
取消
儲存