From 736fb5782d375908a9097780743913193ffde494 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期四, 03 七月 2025 17:28:14 +0800
Subject: [PATCH] 完善部分日志内容,优化查询语句和日志打印代码

---
 api/ErpController.cs |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/api/ErpController.cs b/api/ErpController.cs
index 14132b3..2a887d0 100644
--- a/api/ErpController.cs
+++ b/api/ErpController.cs
@@ -17,13 +17,12 @@
         /// <param name="model"></param>
         /// <returns></returns>
         [HttpPost]
-        [Route("ErpSendOutboundOrder")]
-        public ErpResult ErpSendOutboundOrder(ErpSendOutboundOrderInfo model) {
-            var apiName = "ERP涓嬪彂鍑哄簱浠诲姟";
+        [Route("ErpSendOutboundPlan")]
+        public ErpResult ErpSendOutboundPlan(ErpSendOutboundPlanInfo model) {
+            var apiName = "ERP涓嬪彂鍑哄簱璁″垝鍗�;
             LogHelper.InfoApi(apiName, model);
 
-            return ApiHelper.ErpSendOutboundOrder(model);
+            return ApiHelper.ErpSendOutboundPlan(model);
         }
-
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1