增加列
This commit is contained in:
@@ -191,7 +191,7 @@ case '375':
|
||||
|
||||
break;
|
||||
case '400':
|
||||
$showNameList="Operation Type,IMSI,GPRS Uplink,GPRS Downlink,Access Point NameOI,Duration";
|
||||
$showNameList="Operation Type,IMSI,MSISDN,GPRS Uplink,GPRS Downlink,Access Point NameOI,APN,Duration,Record Time";
|
||||
|
||||
break;
|
||||
default:
|
||||
@@ -2202,15 +2202,21 @@ while(($dispNum<$dispNumOfPerPage)&&($cntTbNum_1<24)){
|
||||
$dataVolumeGPRSDownlink= $selRow[dataVolumeGPRSDownlink];
|
||||
$duration = $selRow[duration];
|
||||
$accessPointNameOI = $selRow[accessPointNameOI];
|
||||
$recordOpeningTime = $selRow[recordOpeningTime];
|
||||
$MSISDN = $selRow[MSISDN];
|
||||
$apn_data = $selRow[apn_data];
|
||||
|
||||
|
||||
echo "<tr>";
|
||||
echo "<td>$showType</td>";
|
||||
echo "<td>$servedIMSI</td>";
|
||||
echo "<td>$MSISDN</td>";
|
||||
echo "<td>$dataVolumeGPRSUplink</td>";
|
||||
echo "<td>$dataVolumeGPRSDownlink</td>";
|
||||
echo "<td>$accessPointNameOI</td>";
|
||||
echo "<td>$apn_data</td>";
|
||||
echo "<td>$duration</td>";
|
||||
echo "<td>$recordOpeningTime</td>";
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user