cdrFromsgsn

This commit is contained in:
root
2025-01-22 21:54:50 +08:00
parent 0ee8b25e39
commit 356f5cf2ce
2 changed files with 4 additions and 4 deletions

View File

@@ -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>";

View File

@@ -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>