From 644f462ba8aba47abcd104e3064efab73eb3f5cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Thu, 7 Mar 2024 11:38:21 +0800 Subject: [PATCH] =?UTF-8?q?cardvip=20=E5=A2=9E=E5=8A=A0pwd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- New_College.Services/V_VipCardInfoServices.cs | 1 + 1 file changed, 1 insertion(+) 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,