yuanrf 5 months ago
parent
commit
97991fa040

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

@@ -517,9 +517,10 @@ namespace OASystem.API.OAMethodLib.QiYeWeChatAPI.AppNotice
                 {
                     black += "   ";
                 }
+                black += "   ";
                 result += $@"
 ><font color='comment'>{item.Country}-抵达:{item.StartTime.ToString("yyyy-MM-dd HH:mm")}</font>
-><font color='comment'>{black} 离开:{item.EndTime.ToString("yyyy-MM-dd HH:mm")}</font>";
+><font color='comment'>{black}离开:{item.EndTime.ToString("yyyy-MM-dd HH:mm")}</font>";
 
             }