cardvip 增加pwd

develop
old易 2024-03-07 11:38:21 +08:00
parent 9aadb08d45
commit 644f462ba8
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ namespace New_College.Services
CardTypeId = typeinfo.Id, CardTypeId = typeinfo.Id,
CardTypeName = typeinfo.Name, CardTypeName = typeinfo.Name,
Code = x, Code = x,
Pwd = x.Substring(x.Length - 4, 4),
Day = typeinfo.Day, Day = typeinfo.Day,
EndTime = DateTime.Now.AddDays(typeinfo.Day), EndTime = DateTime.Now.AddDays(typeinfo.Day),
IsBind = 0, IsBind = 0,