1
This commit is contained in:
@@ -190,7 +190,7 @@ namespace FineUIPro.Web.HJGL.DataIn
|
||||
Console.WriteLine(csvContent);
|
||||
|
||||
// 3. 上传到服务器
|
||||
string uploadUrl = "http://47.104.102.122:8000/api/table/clean"; // 替换为实际上传地址
|
||||
string uploadUrl = "http://localhost:8000/api/table/clean"; // 替换为实际上传地址
|
||||
string fileName = $"data_{DateTime.Now:yyyyMMddHHmmss}.csv";
|
||||
//"管线号", "公称直径", "管道等级", "管道材料", "主要介质", "起止点", "操作参数温度", "操作参数压力", "设计参数温度", "设计参数压力", "隔热工程代号", "隔热材料", "厚度", "介质", "压力", "比例", "方法", "合格等级", "PID尾号", "压力管道类别", "应力分析题号", "备注"
|
||||
|
||||
@@ -254,7 +254,7 @@ namespace FineUIPro.Web.HJGL.DataIn
|
||||
Region1.Items.Add(grid1);
|
||||
setAfterProcess.Tables.Add(dtAfterProcess);
|
||||
|
||||
string urlHeaderCorrespondence = "http://47.104.102.122:8000/api/table/head";
|
||||
string urlHeaderCorrespondence = "http://localhost:8000/api/table/head";
|
||||
string data = @"{
|
||||
""source_headers"": " + dynamicObj["headers"].ToString() + @" ,
|
||||
""target_fields"": [
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<FineUIPro DebugMode="false" Theme="Cupertino"/>
|
||||
<appSettings>
|
||||
<!--连接字符串-->
|
||||
<add key="ConnectionString" value="Server=.\SQL2022;Database=HJGLDB_DS;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200"/>
|
||||
<add key="ConnectionString" value="Server=.\MSSQLSERVER01;Database=HJGLDB_DS;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200"/>
|
||||
<!--系统名称-->
|
||||
<add key="SystemName" value="诺必达焊接管理系统"/>
|
||||
<add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;"/>
|
||||
|
||||
Reference in New Issue
Block a user