From dfa0aefa0aa8f97107bc3b32b5b793e7764a92f0 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Fri, 19 Sep 2025 16:48:26 +0800 Subject: [PATCH] 1 --- SGGL/FineUIPro.Web/CQMS/Check/JointCheck.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/CQMS/Check/JointCheck.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Check/JointCheck.aspx.cs index 246612f5..e19a2f68 100644 --- a/SGGL/FineUIPro.Web/CQMS/Check/JointCheck.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/Check/JointCheck.aspx.cs @@ -367,7 +367,7 @@ namespace FineUIPro.Web.CQMS.Check { if (!string.IsNullOrEmpty(approve.ApproveMan)) { - if (this.CurrUser.UserId == approve.ApproveMan || CurrUser.UserId == Const.sysglyId) + if (approve.ApproveMan.Contains(this.CurrUser.UserId) || CurrUser.UserId == Const.sysglyId) { if (jointCheck.State == BLL.Const.JointCheck_Compile) {