浏览代码

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')) ;
}

/**

正在加载...
取消
保存