瀏覽代碼

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

Lyyyi 3 月之前
父節點
當前提交
6d348e176e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      OASystem/OASystem.Infrastructure/Repositories/Groups/ProcessOverviewRepository.cs

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

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