From 506850236ab036b4fc7a176c2eff97c0238e4b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 5 Mar 2021 17:47:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=90=86=E5=95=86=E9=80=80=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs b/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs index 8f5e938..2f22b08 100644 --- a/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs +++ b/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs @@ -952,7 +952,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel, rest_amount2 = score_money }; - agentEntity.account -= score_money; + agentEntity.account = score_money; await m_AgentScoreService.Add(agnetScoreEntity); await m_AgentUserService.Update(agentEntity);