Bläddra i källkod

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

amigotrip 11 månader sedan
förälder
incheckning
b4225f1157
1 ändrade filer med 1 tillägg och 1 borttagningar
  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";
                 }
             }