|
|
@@ -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)
|