From f2f92e1a4da971fbf9baeeb428b24c49c6f524dd Mon Sep 17 00:00:00 2001 From: 397419 <397419@qq.com> Date: Mon, 20 Feb 2023 00:28:05 +0800 Subject: [PATCH] Update ConfigService.cs --- AgileConfig.Server.Service/ConfigService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AgileConfig.Server.Service/ConfigService.cs b/AgileConfig.Server.Service/ConfigService.cs index fd5d8c53..8e8399a0 100644 --- a/AgileConfig.Server.Service/ConfigService.cs +++ b/AgileConfig.Server.Service/ConfigService.cs @@ -806,6 +806,7 @@ public async Task EnvSync(string appId, string currentEnv, List to } envConfig.OnlineStatus = OnlineStatus.WaitPublish; + envConfig.Description = currentEnvConfig.Description; updateRanges.Add(envConfig); } }