更改字段名
This commit is contained in:
@@ -250,12 +250,9 @@ while(($dispNum<$dispNumOfPerPage)&&($cntTbNum_1<24)){
|
|||||||
$srcFld = " $srcTb.description_2 ";
|
$srcFld = " $srcTb.description_2 ";
|
||||||
}
|
}
|
||||||
|
|
||||||
if($sysId==400){
|
|
||||||
$order = " ORDER BY releaseTime DESC";
|
|
||||||
|
|
||||||
}else{
|
|
||||||
$order = " ORDER BY $sortFld ";
|
$order = " ORDER BY $sortFld ";
|
||||||
}
|
|
||||||
|
|
||||||
if($keyWord){
|
if($keyWord){
|
||||||
if($queryField=="callingNumber")
|
if($queryField=="callingNumber")
|
||||||
@@ -2202,7 +2199,7 @@ while(($dispNum<$dispNumOfPerPage)&&($cntTbNum_1<24)){
|
|||||||
$dataVolumeGPRSDownlink= $selRow[dataVolumeGPRSDownlink];
|
$dataVolumeGPRSDownlink= $selRow[dataVolumeGPRSDownlink];
|
||||||
$duration = $selRow[duration];
|
$duration = $selRow[duration];
|
||||||
$accessPointNameOI = $selRow[accessPointNameOI];
|
$accessPointNameOI = $selRow[accessPointNameOI];
|
||||||
$releaseTime = $selRow[releaseTime];
|
$recordOpeningTime = $selRow[recordOpeningTime];
|
||||||
$MSISDN = $selRow[MSISDN];
|
$MSISDN = $selRow[MSISDN];
|
||||||
$apn_data = $selRow[apn_data];
|
$apn_data = $selRow[apn_data];
|
||||||
|
|
||||||
@@ -2216,7 +2213,7 @@ while(($dispNum<$dispNumOfPerPage)&&($cntTbNum_1<24)){
|
|||||||
echo "<td>$accessPointNameOI</td>";
|
echo "<td>$accessPointNameOI</td>";
|
||||||
echo "<td>$apn_data</td>";
|
echo "<td>$apn_data</td>";
|
||||||
echo "<td>$duration</td>";
|
echo "<td>$duration</td>";
|
||||||
echo "<td>$releaseTime</td>";
|
echo "<td>$recordOpeningTime</td>";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2578,7 +2578,7 @@ for($i=0;$i<10;$i++){
|
|||||||
|
|
||||||
//echo "<input class=text name=rszi value='$rszi' size=16>";
|
//echo "<input class=text name=rszi value='$rszi' size=16>";
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
echo "<td>Regional subscriptiong zone identity list. A PLMN specific regional subscription defines unambiguously for the entire PLMN the region in which roaming is allowed.</td>";
|
echo "<td>Regional subscription zone identity list. A PLMN specific regional subscription defines unambiguously for the entire PLMN the region in which roaming is allowed.</td>";
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
|
|
||||||
//CSRR TYPE
|
//CSRR TYPE
|
||||||
|
|||||||
Reference in New Issue
Block a user