完成微信支付做备份

This commit is contained in:
lym
2026-03-24 22:34:35 +08:00
parent a141ba2d29
commit ab0d429a4a
2 changed files with 3 additions and 3 deletions

View File

@@ -888,7 +888,7 @@ namespace Mtxfw.VipSite
}
Mtxfw.Utility.Common.WriteHtml("/weixin/8", i.ToString());
///lym修改
Mtxfw.Model.P_Guige ggmodel = new DAL.P_Guige().GetModel(Convert.ToInt32(OrderModel.pid));
Mtxfw.Model.P_Guige ggmodel = new DAL.P_Guige().GetModelByProductId(Convert.ToInt32(OrderModel.pid));
var xfz = ggmodel.G_JG4;
DAL.MemberStatistics_huiyuan.UpdteYJ(config, umodel, money, xfz, gtype, dt, OrderModel.ttype, OrderModel.ptype, peitype, OrderModel.orderid, OrderModel.Id, OrderModel.Province, OrderModel.City, OrderModel.County, OrderModel.Tradingarea);

View File

@@ -16453,7 +16453,7 @@ namespace Mtxfw.VipSite
if (utype == 0)
{
//DAL.MemberStatistics.UpdteYJ(config, umodel, money, money0, money2, money3, gtype, dt, OrderModel.ttype, OrderModel.ptype, peitype, OrderModel.orderid, OrderModel.Id, OrderModel.Province, OrderModel.City, OrderModel.County, OrderModel.Tradingarea);
Mtxfw.Model.P_Guige ggmodel = new DAL.P_Guige().GetModel(Convert.ToInt32(OrderModel.pid));
Mtxfw.Model.P_Guige ggmodel = new DAL.P_Guige().GetModelByProductId(Convert.ToInt32(OrderModel.pid));
var xfz = ggmodel.G_JG4;
///lym修改 这里变成商城余额支付了
//DAL.MemberStatistics.UpdteYJ(config, umodel, money, money0, money2, money3, gtype, dt, OrderModel.ttype, OrderModel.ptype, peitype, OrderModel.orderid, OrderModel.Id, OrderModel.Province, OrderModel.City, OrderModel.County, OrderModel.Tradingarea);
@@ -16466,7 +16466,7 @@ namespace Mtxfw.VipSite
money0 = money1;
}
Mtxfw.Model.P_Guige ggmodel = new DAL.P_Guige().GetModel(Convert.ToInt32(OrderModel.pid));
Mtxfw.Model.P_Guige ggmodel = new DAL.P_Guige().GetModelByProductId(Convert.ToInt32(OrderModel.pid));
var xfz = ggmodel.G_JG4;
///lym修改 这里变成热卖商城余额支付了,看得我懵逼了
//DAL.MemberStatistics.UpdteYJ(config, umodel, money, money0, money2, money3, gtype, dt, OrderModel.ttype, OrderModel.ptype, peitype, OrderModel.orderid, OrderModel.Id, OrderModel.Province, OrderModel.City, OrderModel.County, OrderModel.Tradingarea);