cardvip 增加pwd
parent
9aadb08d45
commit
644f462ba8
|
|
@ -218,6 +218,7 @@ namespace New_College.Services
|
|||
CardTypeId = typeinfo.Id,
|
||||
CardTypeName = typeinfo.Name,
|
||||
Code = x,
|
||||
Pwd = x.Substring(x.Length - 4, 4),
|
||||
Day = typeinfo.Day,
|
||||
EndTime = DateTime.Now.AddDays(typeinfo.Day),
|
||||
IsBind = 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue