From a036b8e1c1d38eab0e5606d19c7b0bfd3f6683f5 Mon Sep 17 00:00:00 2001 From: TML <1448969505@qq.com> Date: Sun, 7 Feb 2021 16:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=AD=E5=BF=83=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SCP/Views/PlanData/SCP_PO.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCP/Views/PlanData/SCP_PO.aspx.cs b/SCP/Views/PlanData/SCP_PO.aspx.cs index a81b0ee..5b65107 100644 --- a/SCP/Views/PlanData/SCP_PO.aspx.cs +++ b/SCP/Views/PlanData/SCP_PO.aspx.cs @@ -239,7 +239,7 @@ namespace SCP.PlanData Alert.Show(string.Join("
", checkret.MessageList)); return; } - if (CurrentUser.ConfigList.ContainsKey("数据中心接口")) + if (ScpCache.Config.数据中心接口) { saveret = SCP_DC_UNI_CONTROLLER.WritePo(list, CurrentUser.FactoryList[0], CurrentUser.Name, DateTime.Now, p_modtype, CurrentUser.SubSiteList[0], CurrentUser.ChineseName, CurrentUser.CellPhone); }