Bläddra i källkod

团组流程总览表
状态调整,下一节点更改状态不添加操作人

Lyyyi 2 dagar sedan
förälder
incheckning
6d348e176e

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

@@ -282,8 +282,8 @@ namespace OASystem.Infrastructure.Repositories.Groups
                 // 激活下一个节点
                 nextNode.IsCurrent = true;
                 nextNode.OverallStatus = ProcessStatus.InProgress;
-                nextNode.Operator = currUserId;
-                nextNode.OperationTime = DateTime.Now;
+                //nextNode.Operator = currUserId;
+                //nextNode.OperationTime = DateTime.Now;
 
                 var updateCount = await _sqlSugar.Updateable(nextNode)
                     .UpdateColumns(n => new