cdrFromsgsn
This commit is contained in:
@@ -251,7 +251,7 @@ while(($dispNum<$dispNumOfPerPage)&&($cntTbNum_1<24)){
|
||||
}
|
||||
|
||||
if($sysId==400){
|
||||
$order = " ORDER BY recordOpeningTime DESC";
|
||||
$order = " ORDER BY releaseTime DESC";
|
||||
|
||||
}else{
|
||||
$order = " ORDER BY $sortFld ";
|
||||
@@ -2202,7 +2202,7 @@ while(($dispNum<$dispNumOfPerPage)&&($cntTbNum_1<24)){
|
||||
$dataVolumeGPRSDownlink= $selRow[dataVolumeGPRSDownlink];
|
||||
$duration = $selRow[duration];
|
||||
$accessPointNameOI = $selRow[accessPointNameOI];
|
||||
$recordOpeningTime = $selRow[recordOpeningTime];
|
||||
$releaseTime = $selRow[releaseTime];
|
||||
$MSISDN = $selRow[MSISDN];
|
||||
$apn_data = $selRow[apn_data];
|
||||
|
||||
@@ -2216,7 +2216,7 @@ while(($dispNum<$dispNumOfPerPage)&&($cntTbNum_1<24)){
|
||||
echo "<td>$accessPointNameOI</td>";
|
||||
echo "<td>$apn_data</td>";
|
||||
echo "<td>$duration</td>";
|
||||
echo "<td>$recordOpeningTime</td>";
|
||||
echo "<td>$releaseTime</td>";
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -227,7 +227,7 @@ function selectChn(){
|
||||
}
|
||||
?>
|
||||
</td></tr>
|
||||
<tr><td align="center"><b><font size=6>R2501.2</font></b></td></tr>
|
||||
<tr><td align="center"><b><font size=6>R2501.3</font></b></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user