From 1e2cfcb208ac077e47933c71f2943b7af56ad761 Mon Sep 17 00:00:00 2001 From: yubaolee Date: Mon, 21 Apr 2025 10:56:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B4=A7=E6=80=A5=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=BE=85=E5=8A=9E=E5=88=97=E8=A1=A8=E6=95=B0=E6=8D=AE=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/FlowInstance/FlowInstanceApp.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAuth.App/FlowInstance/FlowInstanceApp.cs b/OpenAuth.App/FlowInstance/FlowInstanceApp.cs index 0abcf76d..5828b70b 100644 --- a/OpenAuth.App/FlowInstance/FlowInstanceApp.cs +++ b/OpenAuth.App/FlowInstance/FlowInstanceApp.cs @@ -2,7 +2,7 @@ * @Author: yubaolee | ahfu~ <954478625@qq.com> * @Date: 2024-12-13 16:55:17 * @Description: 工作流实例表操作 - * @LastEditTime: 2025-04-19 00:23:47 + * @LastEditTime: 2025-04-21 10:54:45 * Copyright (c) 2024 by yubaolee | ahfu~ , All Rights Reserved. */ @@ -727,7 +727,7 @@ namespace OpenAuth.App FROM FlowInstance fi JOIN (SELECT fith.Id FROM FlowInstance fith - WHERE (MakerList = '1' or MakerList LIKE '%00000000-0000-0000-0000-000000000000%') + WHERE (MakerList = '1' or MakerList LIKE '%{user.User.Id}%') and (fith.IsFinish = {FlowInstanceStatus.Running} or fith.IsFinish = {FlowInstanceStatus.Rejected}) and not exists (select 1 from flowapprover