去除提示功能
This commit is contained in:
@@ -395,9 +395,9 @@ $res=mysqli_query($cstaDbConn,$smppSql);
|
||||
$totalNum=mysqli_num_rows($res);
|
||||
//echo "$smppSql";
|
||||
//echo "totalNum$totalNum";
|
||||
if(!$totalNum){
|
||||
echo "<script>alert('SMPP$nowIndex Statistic is null');</script>";
|
||||
}
|
||||
// if(!$totalNum){
|
||||
// echo "<script>alert('SMPP$nowIndex Statistic is null');</script>";
|
||||
// }
|
||||
echo mysqli_error($cstaDbConn);
|
||||
$row=@mysqli_fetch_array($res);
|
||||
//set downArr upArr
|
||||
|
||||
Reference in New Issue
Block a user