From 6b9fb0c1991f1770d8459f55a0e6a8e457ca6657 Mon Sep 17 00:00:00 2001
From: ouyangqing <ouyangqing@DESKTOP-B85SG1D>
Date: 星期三, 20 一月 2021 14:59:34 +0800
Subject: [PATCH] nothing
---
WebAPI/Controllers/NewApiController.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/WebAPI/Controllers/NewApiController.cs b/WebAPI/Controllers/NewApiController.cs
index fc3e8d0..d1626a1 100644
--- a/WebAPI/Controllers/NewApiController.cs
+++ b/WebAPI/Controllers/NewApiController.cs
@@ -2,8 +2,6 @@
using System.Collections.Generic;
using System.Data;
using System.Linq;
-using System.Net;
-using System.Net.Http;
using System.Web.Http;
using WebAPI.Models;
using WebAPI.Service;
@@ -79,6 +77,7 @@
{
return YqnQbService.SetStationInBill(oMain);
}
+
/// <summary>
/// 鍑虹珯绔欐帴鏀跺崟
/// </summary>
@@ -86,9 +85,10 @@
/// <returns></returns>
[Route("api/newBill/setStationOutBill")]
[HttpPost]
- public ApiResult SetStationOutBill(ClsSc_StationInBillMain oMain)
+ public ApiResult SetStationOutBill(StationOutBillView oMain)
{
- return YqnQbService.SetStationInBill(oMain);
+
+ return YqnQbService.SetStationOutBill(oMain);
}
}
}
--
Gitblit v1.9.1