浏览代码

Modification cron force process orders

refactoring
Guillaume 3 年前
父节点
当前提交
e183a73ed6
共有 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('-5 day'))) ;
$this->actionProcessOrders($key, date('Y-m-d', strtotime('-1 day'))) ;
}

/**

正在加载...
取消
保存