20250307 综合管理导入
This commit is contained in:
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user