yuanrf 7 달 전
부모
커밋
97991fa040
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      OASystem/OASystem.Api/OAMethodLib/QiYeWeChatAPI/AppNotice/Config.cs

+ 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>";
 
             }