1
llj
2025-12-08 41c83fa0c0d53e90540c190fe8eacf3177e780f6
DBUtility/ÒµÎñµ¥¾Ý/ClsXt_BaseBill.cs
@@ -623,7 +623,7 @@
                //查找是否有权限
                string sql01 = "select * from Xt_CheckUserRight where HUserID = '" + sUser + "' and HCheckFlowInterID = " + HCheckFlowID + " and HCheckItemID = " + HCheckItemNowID + "";
                DataSet ds01 = oCn.RunProcReturn(sql01, "Xt_CheckUserRight");
                if (ds01.Tables[0].Rows.Count == 0)
                if (ds01.Tables[0].Rows.Count == 0 && !DBUtility.ClsPub.Security_Log_second("Gy_RoutingBill_Check", 1, false, sUser))//单据原审核权限为多级审核驳回权限
                {
                    sReturn = "无权限!";
                    return false;