From 795afae86d6b3116338287180db6dbd98b0bd59d Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期五, 14 一月 2022 19:39:19 +0800 Subject: [PATCH] 修改了字段数据类型 --- WebAPI/Controllers/MateOutController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/MateOutController.cs b/WebAPI/Controllers/MateOutController.cs index 99751fe..54181f3 100644 --- a/WebAPI/Controllers/MateOutController.cs +++ b/WebAPI/Controllers/MateOutController.cs @@ -70,7 +70,7 @@ /// <returns></returns> [Route("MateOut/set_SavePonderationBillMain_Temp_Mate_Source_Fast_Json")] [HttpGet] - public object set_SavePonderationBillMain_Temp_Mate_Source_Fast_Json(Int64 sInterID, string sBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string sMaker,double sPPQty,string sPlanMode,Int64 sFIFOWHID, Int64 HOWNERID) + public object set_SavePonderationBillMain_Temp_Mate_Source_Fast_Json(Int64 sInterID, string sBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string sMaker,double sPPQty, Int64 sPlanMode,Int64 sFIFOWHID, Int64 HOWNERID) { //try //{ -- Gitblit v1.9.1