1
HuBingJie
8 天以前 5da3a276b7847187a7c155ee069d3cd4c9e58074
代码管理/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_LogService.cs
@@ -113,7 +113,7 @@
        public WebResponseContent GetLogList()
        {
            WebResponseContent content = new WebResponseContent();
            string path = System.Environment.CurrentDirectory + "/log";
            string path = System.Environment.CurrentDirectory + "/Log";
            if (!System.IO.Directory.Exists(path))
            {
                return content.Error("鏆傛棤鏃ュ織鏂囦欢");