From 96f6d90a27ca771aec5150fb6ebe6d4f20189823 Mon Sep 17 00:00:00 2001 From: "LAPTOP-L19E5NHR\\Administrator" Date: Fri, 2 Jun 2023 17:28:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E7=94=9F=E6=95=88=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UFIDA.U9.CreateSupplier/CustCreateSupplier.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UFIDA.U9.CreateSupplier/CustCreateSupplier.cs b/UFIDA.U9.CreateSupplier/CustCreateSupplier.cs index ac57a96..1a11578 100644 --- a/UFIDA.U9.CreateSupplier/CustCreateSupplier.cs +++ b/UFIDA.U9.CreateSupplier/CustCreateSupplier.cs @@ -122,7 +122,7 @@ namespace UFIDA.U9.CreateSupplier UFIDAU9BasePropertyTypesEffectiveData m_effective = new UFIDAU9BasePropertyTypesEffectiveData(); //m_effective.m_effectiveDate = new DateTime(2022, 9, 1); - m_effective.m_effectiveDate = DateTime.Now.AddDays(-1); + m_effective.m_effectiveDate = Convert.ToDateTime(Supp.Effective_EffectiveDate);// DateTime.Now.AddDays(-1); m_effective.m_disableDate = new DateTime(9999, 12, 31); m_effective.m_isEffective = true;