From eb0e73934bf1a9e30bc94d29424bfb4f72173760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Mon, 14 Aug 2023 11:28:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs b/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs index 7b280b6..5b28160 100644 --- a/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs +++ b/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs @@ -840,8 +840,8 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel, } - userEntity.pay_time = DateTime.Now.ToString(); - await m_UserService.Update(userEntity); + // userEntity.pay_time = DateTime.Now.ToString(); + // await m_UserService.Update(userEntity); } ///