diff --git a/src/Services/TomTool/TgSendFormat.php b/src/Services/TomTool/TgSendFormat.php index 1e4240a3..6f3d3871 100755 --- a/src/Services/TomTool/TgSendFormat.php +++ b/src/Services/TomTool/TgSendFormat.php @@ -58,7 +58,7 @@ final class TgSendFormat $sFlowMix .= ",余".$iMaxWidth - $iUseWidth."g"; } - if ($iLimitDay > 0 && $iMaxWidth != 0) { + if ($iMaxWidth != 0) { $sFlowMix .= ",置".$iLimitDay."d"; }