From baca1376c502e0de5bf3962ebeb533372febd43f Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期二, 27 十二月 2022 09:45:59 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- BLL/公用模块/Xt_File.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/BLL/\345\205\254\347\224\250\346\250\241\345\235\227/Xt_File.cs" "b/BLL/\345\205\254\347\224\250\346\250\241\345\235\227/Xt_File.cs" index 2363644..7f18c08 100644 --- "a/BLL/\345\205\254\347\224\250\346\250\241\345\235\227/Xt_File.cs" +++ "b/BLL/\345\205\254\347\224\250\346\250\241\345\235\227/Xt_File.cs" @@ -128,8 +128,8 @@ Process p = new Process(); p.StartInfo.FileName = sHPath; p.Start(); - p.WaitForExit(); - File.Delete(sHPath); + //p.WaitForExit(); + //File.Delete(sHPath); } private Int32 Fun_GetCol(string sCol) { -- Gitblit v1.9.1