no message
This commit is contained in:
parent
a96b442cd6
commit
b35f625732
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user