//更新状态 public int UpdateStatus(string strID, int iType) { return(bll.UpdateStatus(strID, 0, iType)); }