From 67abe8d2af8cf0a21d915ed62dcc4c738e9adcbc Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期五, 30 八月 2024 18:39:00 +0800
Subject: [PATCH] 增加httpclient

---
 WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs
index a2f356b..94e06bb 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs
@@ -53,7 +53,7 @@
             }
             else
             {
-                var idlist = new BLL.PumpGroupAndMainMap().GetByGroupID(obj);
+                var idlist = await new BLL.PumpGroupAndMainMap().GetByGroupID(obj);
                 var alllist = await _bll.GetByIds(idlist);
                 if (alllist != null)
                 {

--
Gitblit v1.9.3