完善get阈值限制

This commit is contained in:
lai
2025-03-13 11:15:29 +08:00
parent 09f1d9a591
commit d3fab652bf

View File

@@ -51,6 +51,8 @@ echo '<div id="progressBar" style="width: 0%; height: 100%; background-color: #F
echo '</div>';
echo '<div id="progressText">0%</div>';
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<br>";
echo mysqli_error($dbConn);
//echo mysqli_error($dbConn);
}
// 更新进度条