yuanrf před 5 měsíci
rodič
revize
fa52827303

+ 2 - 2
OASystem/OASystem.Api/OAMethodLib/QiYeWeChatAPI/AppNotice/Config.cs

@@ -513,9 +513,9 @@ namespace OASystem.API.OAMethodLib.QiYeWeChatAPI.AppNotice
             foreach (var item in info.info)
             {
                 var black = string.Empty;
-                for (int i = 0; i < item.Country.Length * 2; i++)
+                for (int i = 0; i < item.Country.Length; i++)
                 {
-                    black += " ";
+                    black += "   ";
                 }
                 result += $@"
 ><font color='comment'>{item.Country}-抵达:{item.StartTime.ToString("yyyy-MM-dd HH:mm")}</font>