jiangjc 9 달 전
부모
커밋
041e45f2ef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OASystem/OASystem.Api/OAMethodLib/QiYeWeChatAPI/AppNotice/Config.cs

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

@@ -206,7 +206,7 @@ namespace OASystem.API.OAMethodLib.QiYeWeChatAPI.AppNotice
                 foreach (var item in list_minus1day)
                 {
                     string endDt = item.VisitEndDate.ToString("yyyy-MM-dd");
-                    teamNames2 += ">(" + endDt + ")" + item.TeamName + " \n\n";
+                    teamNames3 += ">(" + endDt + ")" + item.TeamName + " \n\n";
                 }
             }