20250307 综合管理导入

This commit is contained in:
2025-03-07 18:50:17 +08:00
parent 029a8bf07a
commit e4fdb97d07
42 changed files with 7658 additions and 25 deletions
@@ -1,7 +1,5 @@
using BLL;
using FineUIPro.Web.ProjectData;
using Model;
using NPOI.SS.Formula.Functions;
using System;
using System.Collections.Generic;
using System.Data;
@@ -9,9 +7,6 @@ using System.Data.SqlClient;
using System.IO;
using System.Linq;
using System.Threading;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace FineUIPro.Web.CQMS.Comprehensive
{
@@ -394,12 +389,12 @@ namespace FineUIPro.Web.CQMS.Comprehensive
Ins.DisclosureDate = Funs.GetNewDateTime(tempData.Value6.Trim());
if (Ins.DisclosureCode == null)
{
errInfo += "交底日期[" + tempData.Value6.Trim() + "]不存在";
errInfo += "交底日期[" + tempData.Value6.Trim() + "]格式错误";
}
}
catch (Exception)
{
errInfo += "交底日期[" + tempData.Value6.Trim() + "]不存在";
errInfo += "交底日期[" + tempData.Value6.Trim() + "]格式错误";
}
}
if (!string.IsNullOrEmpty(tempData.Value7.Trim()))