no message

This commit is contained in:
hellcat 2025-04-19 20:35:30 +08:00
parent a96b442cd6
commit b35f625732

View File

@ -27,7 +27,7 @@ final class Visitor
$iTotalCount += $row['total'] ?? 0;
}
$sTotal = "\n\n总数:".$row['total'];
$sTotal = "\n\n总数:".$iTotalCount;
$str = $sPre.$sTotal.$sPre.$sMsg.$sPre;