no message

This commit is contained in:
hellcat 2025-04-19 20:07:38 +08:00
parent 381d60ccec
commit ebe6a31f2a

View File

@ -102,7 +102,7 @@ final class User
$sTotal = "\n\n总数:".$iTotalCount; $sTotal = "\n\n总数:".$iTotalCount;
$sTotal .= "\n\n---------------------------"; $sTotal .= "\n\n---------------------------";
return $sMsg; return $sTotal.$sMsg;
} }
} }