diff --git a/wxc2_omc/account/priSubsMng/hlrGetAll.php b/wxc2_omc/account/priSubsMng/hlrGetAll.php
index b78fd34..f176cbb 100644
--- a/wxc2_omc/account/priSubsMng/hlrGetAll.php
+++ b/wxc2_omc/account/priSubsMng/hlrGetAll.php
@@ -51,6 +51,8 @@ echo '
0%
';
+ set_time_limit(0);
+ ini_set('max_execution_time', 0);
for ($k = 0; $k < $userNum; $k++) {
$hlr_detail = $redis->hGetAll($hlruser[$k]);
$imsi = explode(":", $hlruser[$k])[1];
@@ -68,7 +70,7 @@ for ($k = 0; $k < $userNum; $k++) {
$errStr = mysqli_error($dbConn);
if ($errStr != null) {
//echo "updateSql=$updateSql
";
- echo mysqli_error($dbConn);
+ //echo mysqli_error($dbConn);
}
// 更新进度条