Пример #1
0
        /// <summary>
        /// 待办任务关闭(单个关闭)
        /// </summary>
        /// <param name="strSystemCode">系统代号</param>
        /// <param name="strFormID">单据ID</param>
        /// <param name="strReceiveUser">接收用户</param>
        public void TaskMsgClose(string strSystemCode, string strFormID, string strReceiveUser)
        {
            Record.WriteLogFunction("TaskMsgClose()strSystemCode:" + strSystemCode + "strFormID:" + strFormID + "strReceiveUser:"******"");
            EngineServicesBLL bll = new EngineServicesBLL();

            bll.TaskMsgClose(strSystemCode, strFormID, strReceiveUser);
        }