Sfoglia il codice sorgente

节点模板信息调整

Lyyyi 5 giorni fa
parent
commit
dd7ca9e347

+ 1 - 2
OASystem/OASystem.Infrastructure/Repositories/Groups/ProcessOverviewRepository.cs

@@ -877,7 +877,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
                 Grp_ConfProcessNode.Create(6,"跟进项目收款","", ProcessStatus.UnStarted,false,false, currUserId,defaultParticipators),
             };
 
-            temps.Add(Grp_ConfProcessOverview.Create(groupId, 2, ProcessStatus.InProgress, currUserId, defaultPorc1));
+            temps.Add(Grp_ConfProcessOverview.Create(groupId, 2, ProcessStatus.InProgress, currUserId, defaultPorc2));
 
             #endregion
             return temps;
@@ -1133,7 +1133,6 @@ namespace OASystem.Infrastructure.Repositories.Groups
 
                 if (result.Code == 200)
                 {
-
                     var infoResult = await ConfProcessesDetailsAsync(groupId, currUserId);
 
                     if (infoResult.Code == 200)