修改兑换商品管理
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Mtxfw.VipSite
|
||||
string strOrder = " Order By addtime desc";
|
||||
MyPager.PageSize = 20;
|
||||
MyPager.RecordCount = daoGoods.GetCount("gtype=0 and (utype>1 And utype<10)" + sb.ToString());
|
||||
Mtxfw.Utility.Tools.ToBind(Repeater1, daoGoods.GetPager(MyPager, "", "gtype=0 and (utype>1 And utype<10)" + sb.ToString() + strOrder));
|
||||
Mtxfw.Utility.Tools.ToBind(Repeater1, daoGoods.GetPager(MyPager, "", "gtype=0 and (utype>1 And utype<=10)" + sb.ToString() + strOrder));
|
||||
}
|
||||
protected void Run_Click(object s, System.EventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user