From fb4349497ef239dab5cd97bb6de79ace28102d5c Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期四, 11 七月 2024 17:11:02 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Controllers/WebAPIController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/WebAPIController.cs b/WebAPI/Controllers/WebAPIController.cs index 782541a..b91b18a 100644 --- a/WebAPI/Controllers/WebAPIController.cs +++ b/WebAPI/Controllers/WebAPIController.cs @@ -119,7 +119,7 @@ //----------鍒涘缓铏氳〃------------------------ DataTable dt_Main = new DataTable("Json"); dt_Main.Columns.Add("HBillNo", typeof(string)); - dt_Main.Columns.Add("HInterID", typeof(int)); + dt_Main.Columns.Add("HInterID", typeof(Int64)); //---------鍒涘缓鏂拌------------------------ DataRow dr_main = dt_Main.NewRow();//鍒涘缓鏂拌 dt_Main.Rows.Add(dr_main);//灏嗘柊琛屽姞鍏ュ埌琛ㄤ腑 -- Gitblit v1.9.1