mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 19:05:34 +08:00
12 lines
404 B
PHP
12 lines
404 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
require_once(dirname(__FILE__) .'/config.php');
|
||
cachemgr::init(false);
|
||
echo "ordersTime begin(".date('Y-m-d H:i:s',time()).")...\n";
|
||
kernel::single('omeanalysts_crontab_script_ordersTime')->orderTime();
|
||
echo "ordersTime end(".date('Y-m-d H:i:s',time()).")...\n";
|