From c723c8894cb999cf8dc50a911cb6154333627ea0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 18 Apr 2025 18:43:00 +0800 Subject: [PATCH] insert tmpData --- wxc2_omc/account/priSubsMng/hlrGetAll.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wxc2_omc/account/priSubsMng/hlrGetAll.php b/wxc2_omc/account/priSubsMng/hlrGetAll.php index 500e92a..7fa1bcd 100644 --- a/wxc2_omc/account/priSubsMng/hlrGetAll.php +++ b/wxc2_omc/account/priSubsMng/hlrGetAll.php @@ -73,6 +73,9 @@ for ($k = 0; $k < $userNum; $k++) { //echo mysqli_error($dbConn); } + $tmpUpdateSql = "INSERT INTO OBJ_330.tmpSubsData_0 (imsi, inter_msisdn, camel_flag, nam, used_flag) VALUES ('0$imsi', '$hlr_detail[msisdn]', '$hexValue', '$nam', '$usedFlag')"; + mysqli_query($objConn, $tmpUpdateSql); + // 更新进度条 $progress = round(($k + 1) / $userNum * 100); echo "