mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-30 21:15:34 +08:00
13 lines
501 B
PHP
13 lines
501 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 "analysisProductNsale begin(".date('Y-m-d H:i:s',time()).")...\n";
|
||
kernel::single('omeanalysts_crontab_script_analysisProductNsale')->analysisProductNsale();
|
||
// kernel::single('omeanalysts_misc_task')->hour();
|
||
echo "analysisProductNsale end(".date('Y-m-d H:i:s',time()).")...\n";
|