修改兑换商品管理

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

@@ -958,7 +958,7 @@ namespace Mtxfw.VipSite
logmodel.MemberId = Card;
logmodel.AddTime = DateTime.Now;
logmodel.IP = Mtxfw.Utility.Common.GetIP;
logmodel.Body = "银花优选修改系统设置" + EditBody;
logmodel.Body = "任E森命修改系统设置" + EditBody;
logmodel.UType = 0;
logmodel.gtype = gtype;
new DAL.User_CZ_log().Add(logmodel);