Browse Source

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

amigotrip 7 months ago
parent
commit
b4225f1157

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