更改字段名

This commit is contained in:
lai
2025-02-27 11:19:46 +08:00
parent e8b0a89525
commit b836103174
2 changed files with 4 additions and 7 deletions

View File

@@ -250,12 +250,9 @@ while(($dispNum<$dispNumOfPerPage)&&($cntTbNum_1<24)){
$srcFld = " $srcTb.description_2 ";
}
if($sysId==400){
$order = " ORDER BY releaseTime DESC";
}else{
$order = " ORDER BY $sortFld ";
}
if($keyWord){
if($queryField=="callingNumber")
@@ -2202,7 +2199,7 @@ while(($dispNum<$dispNumOfPerPage)&&($cntTbNum_1<24)){
$dataVolumeGPRSDownlink= $selRow[dataVolumeGPRSDownlink];
$duration = $selRow[duration];
$accessPointNameOI = $selRow[accessPointNameOI];
$releaseTime = $selRow[releaseTime];
$recordOpeningTime = $selRow[recordOpeningTime];
$MSISDN = $selRow[MSISDN];
$apn_data = $selRow[apn_data];
@@ -2216,7 +2213,7 @@ while(($dispNum<$dispNumOfPerPage)&&($cntTbNum_1<24)){
echo "<td>$accessPointNameOI</td>";
echo "<td>$apn_data</td>";
echo "<td>$duration</td>";
echo "<td>$releaseTime</td>";
echo "<td>$recordOpeningTime</td>";