private void GetSuCaiPageList() { Model.CurrentMerModel cm = BLL.MerchantBLL.CurrentModel(); string inputStr = ReStr("inputStr", ""); decimal MerId = ReDecimal("MerId", cm.CurrentMerId); bool Invalid = ReBool("Invalid", false); int c = ReInt("c", 1); BLL.WxBLL bll = new BLL.WxBLL(); DataSet ds = bll.GetSuCaiPageList(" Invalid='" + Invalid + "' and MerId='" + MerId + "' and WxSuCaiTitle like '%" + inputStr + "%' ", c, 20, "*"); RePage(ds); }