修改兑换商品管理

This commit is contained in:
lym
2026-03-13 00:35:44 +08:00
parent 92ced2aad2
commit be6ee77e38
44 changed files with 396 additions and 323 deletions

View File

@@ -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)
{