| | |
| | | } |
| | | |
| | | //驳å |
| | | 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)) |
| | |
| | | //æ¥æ¾æ¯å¦ææé |
| | | 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; |