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

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

@@ -121,7 +121,7 @@ namespace GxPress.Repository.Implement.WorkFlow
         {
             string sql = $@"
                            SELECT 
-                                a.FlowId,a.TodoId
+                                a.FlowId,a.Id
                             FROM
                                 tede_flow_todo a
                                     INNER JOIN