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