李昊 4 年 前
コミット
ca635de475
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      GxPress/Repository/GxPress.Repository.Implement/WorkFlow/FlowTodoRepository.cs

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