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