1
llj
2026-02-28 f7b16dcb508ba577ea7bb62a888ff6500bfea945
DBUtility/ÒµÎñµ¥¾Ý/ClsXt_BaseBill.cs
@@ -603,7 +603,7 @@
        }
        //驳回
        public bool RejectCheckFlowProgress(Int64 lngBillKey, string HBillNo,string sUser, ref string sReturn)
        public virtual bool RejectCheckFlowProgress(Int64 lngBillKey, string HBillNo,string sUser, ref string sReturn)
        {
            if (isUse(lngBillKey, ref sReturn))
@@ -644,7 +644,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 && !DBUtility.ClsPub.Security_Log_second("Gy_RoutingBill_Check", 1, false, sUser))//单据原审核权限为多级审核驳回权限
                if (ds01.Tables[0].Rows.Count == 0)//单据原审核权限为多级审核驳回权限
                {
                    sReturn = "无权限!";
                    return false;
@@ -1600,7 +1600,18 @@
        {
            return true;
        }
        //修改单据_APP
        public virtual bool ModifyBill_APP(Int64 lngBillKey, ref string sReturn)
        {
            return true;
        }
        //新增单据_APP
        public virtual bool AddBill_APP(ref string sReturn)
        {
            return true;
        }
        //删除关联
        public virtual void  DeleteRelation(ref string sReturn, Int64 lngBillKey)