serverrep/ImportAccountLoginpay.php
@@ -1,6 +1,6 @@ <?php set_time_limit(600); //暂时设置本脚本执行时间x秒,0不限制 ini_set('memory_limit', '256M'); // 将内存限制设置为256MB set_time_limit(1800); //暂时设置本脚本执行时间x秒,0不限制 ini_set('memory_limit', '512M'); // 将内存限制设置为256MB include_once '/Common/CommFunc.php'; include_once '/Common/Logging.php'; @@ -67,6 +67,10 @@ logweb("开始导出留存报表:" . $Channel); \Report\CheckAndExportFirstKeepReport($Channel); } if ($opt == "keep") { logweb("开始导出留存报表:" . $Channel); \Report\CheckAndExportFirstKeepReport($Channel); } logweb("处理完毕!"); exit();