From d3fab652bf7b7b68b08039f711881c0c299af19a Mon Sep 17 00:00:00 2001 From: lai <10633968+laiyujun1@user.noreply.gitee.com> Date: Thu, 13 Mar 2025 11:15:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84get=E9=98=88=E5=80=BC?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wxc2_omc/account/priSubsMng/hlrGetAll.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); } // 更新进度条