From 4488ec1b756d063c3fbe17e6c2645a78acff55cd Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 09 十一月 2022 08:45:07 +0800
Subject: [PATCH] 工单任务增加排序

---
 VueWebApi/DLL/DAL/ExcelCheckDAL.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/VueWebApi/DLL/DAL/ExcelCheckDAL.cs b/VueWebApi/DLL/DAL/ExcelCheckDAL.cs
index 0110266..5e311fd 100644
--- a/VueWebApi/DLL/DAL/ExcelCheckDAL.cs
+++ b/VueWebApi/DLL/DAL/ExcelCheckDAL.cs
@@ -102,7 +102,7 @@
         }
         #endregion
 
-        #region[Excel瀵煎叆鏁版嵁楠岃瘉]
+        #region銆怑xcel瀵煎叆鏁版嵁楠岃瘉銆�
         public static List<ExcelErro> ExcelCheckData(string fileCode, string savePath, out string stuCode, out string message, out int count)
         {
             stuCode = "";

--
Gitblit v1.9.3