From ae6a8a95861a75ee580c75451f57e0504d2c367a Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期一, 09 六月 2025 17:16:49 +0800 Subject: [PATCH] 针对ERP提供的字段,完善部分出库逻辑 --- api/ErpController.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/ErpController.cs b/api/ErpController.cs index 14132b3..aa4c212 100644 --- a/api/ErpController.cs +++ b/api/ErpController.cs @@ -17,12 +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); } } -- Gitblit v1.9.1