From 0cf0663627296d34451ceb97c59dffa17f83b228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 7 Jan 2022 15:19:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=81=E5=AE=A2=E8=A5=BF=E7=93=9C=E9=80=80?= =?UTF-8?q?=E6=AC=BE=E4=B8=8D=E5=8F=91=E7=9F=AD=E6=81=AF?= 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, 1 insertion(+), 3 deletions(-) diff --git a/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs b/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs index 2d6ac03..808460d 100644 --- a/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs +++ b/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs @@ -927,9 +927,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel, }; - if(accountInfo.ProductId==13||accountInfo.ProductId==17){ - AliSmsService.Send( "SMS_218038707", tpl_info, "聚IP商城", "17626516016"); - } + var againBuy = lastOrder.OrderType == OrderType.AgainBuy || lastOrder.OrderType == OrderType.AgainBuys;