diff --git a/src/Services/TomTool/TgSendFormat.php b/src/Services/TomTool/TgSendFormat.php index 7db7f9be..724a64fd 100755 --- a/src/Services/TomTool/TgSendFormat.php +++ b/src/Services/TomTool/TgSendFormat.php @@ -62,15 +62,16 @@ final class TgSendFormat $sFlowMix .= ",置".$iLimitDay."d"; } + if ($sMemo) { + $sFlowMix .= ",".$sMemo; + } + // if ($iMaxWidth != 0) { $sFlowMix .= ",今".$iFlowToday."g"; // } else { // $sFlowMix .= "今".$iFlowToday."g"; // } - if ($sMemo) { - $sFlowMix .= ",".$sMemo; - } $sFlowMix .= " ] ";