diff --git a/New_College.Services/V_VipCardInfoServices.cs b/New_College.Services/V_VipCardInfoServices.cs index 92c7816..0bef994 100644 --- a/New_College.Services/V_VipCardInfoServices.cs +++ b/New_College.Services/V_VipCardInfoServices.cs @@ -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,