From 2566524594675a8d742f9ba0eff35dd5d8d33fa2 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 31 三月 2025 12:43:22 +0800
Subject: [PATCH] 排产:Excel导入功能,上传文件时,如果时宝工,则返回excel文件中维护的数量,不然则取生产订单的数量
---
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