From e2303b1125817cb7887e36d5905c8f1661d685a3 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期四, 29 五月 2025 17:29:52 +0800
Subject: [PATCH] 完善ERP出库下发任务及来源单号、记录表的字段更新

---
 api/ErpController.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/api/ErpController.cs b/api/ErpController.cs
index 48260b4..14132b3 100644
--- a/api/ErpController.cs
+++ b/api/ErpController.cs
@@ -16,6 +16,8 @@
         /// </summary>
         /// <param name="model"></param>
         /// <returns></returns>
+        [HttpPost]
+        [Route("ErpSendOutboundOrder")]
         public ErpResult ErpSendOutboundOrder(ErpSendOutboundOrderInfo model) {
             var apiName = "ERP涓嬪彂鍑哄簱浠诲姟";
             LogHelper.InfoApi(apiName, model);

--
Gitblit v1.9.1