From ee546e514efa0951bd5b309e2d54dbe53a488c74 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 22 五月 2023 16:31:49 +0800
Subject: [PATCH] 1.app生产进度看板接口开发 2.app工序检验接口开发 3.存货档案基础资料查询接口开发 4.PC工序检验接口调整

---
 VueWebApi/Global.asax.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/Global.asax.cs b/VueWebApi/Global.asax.cs
index e3bedd6..c4f008b 100644
--- a/VueWebApi/Global.asax.cs
+++ b/VueWebApi/Global.asax.cs
@@ -1,3 +1,4 @@
+using log4net.Config;
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -41,5 +42,6 @@
             //XmlConfigurator.Configure();
             log4net.Config.XmlConfigurator.Configure(new FileInfo(Server.MapPath("~/log4net.config")));
         }
+
     }
 }

--
Gitblit v1.9.3