public string GetAddMsgText(DataRow dr, int type) { string str = string.Empty; string drStr = base.GetDrStr(dr, "AddMsgTxt"); if (!string.IsNullOrEmpty(drStr)) { str = new AttachData(base.GetDrStr(dr, "carId"), drStr).ParseAttachData(); } return (str + ReportTypeParam.GetMessType(type)); }
public string GetAddMsgText(DataRow dr, int type) { string str = string.Empty; string drStr = base.GetDrStr(dr, "AddMsgTxt"); if (!string.IsNullOrEmpty(drStr)) { str = new AttachData(base.GetDrStr(dr, "carId"), drStr).ParseAttachData(); } return(str + ReportTypeParam.GetMessType(type)); }