hxp
2024-11-29 da633a4acf9dc94bfd4fe05a564b9c22f40286d8
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();