From d11b1f9c98e8765d3cee15abd4474b0e05a5acbc Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期六, 01 三月 2025 10:33:56 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/MES/MesController.cs |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/MES/MesController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/MES/MesController.cs"
index 3ccb6b0..71651e5 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/MES/MesController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/MES/MesController.cs"
@@ -106,11 +106,11 @@
         {
             return _taskService.PPSubsectionOut(model.Content);
         }
-        /// <summary>
-        /// PP灏忓嵎鍑哄簱
-        /// </summary>
-        /// <param name="model"></param>
-        /// <returns></returns>
+       /// <summary>
+       /// PP灏忓嵎鍑哄簱
+       /// </summary>
+       /// <param name="model"></param>
+       /// <returns></returns>
         [HttpPost, Route("PPCutOut"), AllowAnonymous]
         public MesResponseContent PPCutOut([FromBody] Root<PPCutOutModle> model)
         {
@@ -150,14 +150,15 @@
             return _taskService.UploadMesMaterialLotaAcept(model);
         }
         /// <summary>
-        /// PP搴撳瓨鏌ヨ
+        /// 鎴愬搧杩斿伐鎻愬簱
         /// </summary>
         /// <param name="model"></param>
         /// <returns></returns>
-        [HttpPost, Route("BagInfoSync"), AllowAnonymous]
-        public MesResponseContent BagInfoSync([FromBody] Root<MesBagInfoModel> model)
+        [HttpPost,Route("RworkTask"),AllowAnonymous]
+        public MesResponseContent RworkTask([FromBody] RworkTaskModel model)
         {
-            return _taskService.BagInfoSync(model.Content);
+            return _taskService.RworkTask(model);
         }
+
     }
 }

--
Gitblit v1.9.3