李昊 4 years ago
parent
commit
ca635de475

+ 1 - 1
GxPress/Repository/GxPress.Repository.Implement/WorkFlow/FlowTodoRepository.cs

@@ -735,7 +735,7 @@ namespace GxPress.Repository.Implement.WorkFlow
             else
                 flowId = flowTodo.FlowId;
             await UpdateReadAsync(userId, flowId);
-            await UpdateFlowReadAsync(userId, flowTodo.FlowId);
+            await UpdateFlowReadAsync(userId, flowId);
         }
 
         public async Task DeleteCheckingByFlowIdAsync(int flowId)