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