/// <summary>
 /// 待办任务细数据(带业务数据字段)
 /// </summary>
 /// <param name="msgParams"></param>
 /// <returns></returns>      
 public T_FLOW_ENGINEMSGLIST PendingDetailByID(string strMsgID)
 {
     Record.WriteLogFunction("PendingDetailByID()strMsgID:" + strMsgID + "");
     EngineServicesBLL bll = new EngineServicesBLL();
     return bll.PendingDetailByID(strMsgID);
 }
 /// <summary>
 /// 待办任务细数据(带业务数据字段)
 /// </summary>
 /// <param name="msgParams"></param>
 /// <returns></returns>      
 public T_FLOW_ENGINEMSGLIST PendingDetailByID(string strMsgID)
 {
     Tracer.Debug("PendingDetailByID()strMsgID:" + strMsgID + "");
     EngineServicesBLL bll = new EngineServicesBLL();
     return bll.PendingDetailByID(strMsgID);
 }