From c84f5178fd389904dc2dc58fe1d584a9bf159336 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期四, 05 二月 2026 09:10:29 +0800
Subject: [PATCH] 同步代码

---
 项目资料/项目图纸/六、七、八标物流输送.dwg                                                  |    0 
 /dev/null                                                                 |    0 
 项目资料/项目图纸/新兴凤铝模具库设计方案-20251202.dwg                                        |    0 
 项目资料/项目图纸/新兴凤铝综合库设计方案-20251126LW.dwg                                      |    0 
 项目资料/项目整体计划/凤铝项目WMS和WCS软件 宽海进度表.xlsx                                      |    0 
 代码管理/WCS/WCSServices/WIDESEAWCS_Server/Controllers/Task/TaskController.cs |   67 ---------------------------------
 6 files changed, 0 insertions(+), 67 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServices/WIDESEAWCS_Server/Controllers/Task/TaskController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServices/WIDESEAWCS_Server/Controllers/Task/TaskController.cs"
index 08cbc07..3ddee5e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServices/WIDESEAWCS_Server/Controllers/Task/TaskController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServices/WIDESEAWCS_Server/Controllers/Task/TaskController.cs"
@@ -52,12 +52,6 @@
             return Service.UpdateTaskExceptionMessage(taskNum, message);
         }
 
-        //[HttpPost, HttpGet, Route("UpdateTaskStatusToNext")]
-        //public WebResponseContent UpdateTaskStatusToNext(int taskNum)
-        //{
-        //    return Service.UpdateTaskStatusToNext(taskNum);
-        //}
-
         [HttpPost, HttpGet, Route("TaskStatusRecovery")]
         public WebResponseContent TaskStatusRecovery(int taskNum)
         {
@@ -75,44 +69,10 @@
         {
             return WebResponseContent.Instance.OK(data: _routerExtension.GetEndPoint(startPoint, routeType));
         }
-        /// <summary>
-        /// 娴嬭瘯鍫嗗灈鏈哄嚭搴�
-        /// </summary>
-        [HttpPost, HttpGet, Route("SCOUT"), AllowAnonymous]
-        public WebResponseContent SCCarrying(string sourceAddress, string roadWay, int taskType)
-        {
-            WMSTaskDTO taskDTO = new WMSTaskDTO()
-            {
-                Id = 1,
-                SourceAddress = sourceAddress,
-                TaskNum = DateTime.Now.ToString("mmss").ObjToInt(),
-                PalletCode= roadWay+ DateTime.Now.ToString("mmss"),
-                RoadWay = roadWay,
-                TaskType = taskType,
-                TaskStatus = TaskStatusEnum.New.ObjToInt(),
-                TargetAddress = "",
-                Grade = 0,
-                WarehouseId = 1,
-                PalletType = 1
-            };
-            return Service.ReceiveWMSTask(new List<WMSTaskDTO> { taskDTO });
-        }
         [HttpPost, HttpGet, Route("AssignCPRoadwayNo"), AllowAnonymous]
         public WebResponseContent AssignCPRoadwayNo()
         {
             return Service.AssignCPRoadwayNo();
-        }
-        /// <summary>
-        /// 璇锋眰鍏ュ簱浠诲姟
-        /// </summary>
-        /// <param name="palletCode">鎵樼洏鍙�</param>
-        /// <param name="sourceAddress">璧峰鍦板潃</param>
-        /// <param name="roadWay">宸烽亾</param>
-        /// <returns></returns>
-        [HttpPost, HttpGet, Route("SCIN"), AllowAnonymous]
-        public WebResponseContent RequestWMSTaskSimple(string palletCode, string sourceAddress, string roadWay, int taskType = 0)
-        {
-            return Service.RequestWMSTaskSimple(palletCode,sourceAddress, roadWay, taskType);
         }
         /// <summary>
         /// WMS浠诲姟瀹屾垚鍚屾
@@ -123,33 +83,6 @@
         public WebResponseContent RecWMSTaskCompleted(int taskNum)
         {
             return Service.RecWMSTaskCompleted(taskNum);
-        }
-        [HttpPost, HttpGet, Route("YLPurchasePush"), AllowAnonymous]
-        public WebResponseContent YLPurchasePush(string code)
-        {
-            WebResponseContent content = new WebResponseContent();
-            try
-            {
-                Dt_StationManger stationManger = _stationMangerRepository.QueryFirst(x => x.StationCode == code);
-
-                IDevice? device = Storage.Devices.FirstOrDefault(x => x.DeviceCode == stationManger.StationDeviceCode);
-                if (device == null)
-                {
-                    return content.Error($"鏈壘鍒板搴旇澶�");
-                }
-                OtherDevice otherDevice = (OtherDevice)device;
-                short request = otherDevice.GetValue<WR_CLineYLDB, short>(WR_CLineYLDB.WR_Request, stationManger.StationCode);
-                if (request!=86)
-                {
-                    return content.Error($"璁惧鐘舵�佷笉鍏佽鍚姩");
-                }
-                otherDevice.SetValue(WR_CLineYLDB.WR_Reresult, 86, stationManger.StationCode);
-                return content.OK();
-            }
-            catch (Exception ex)
-            {
-                return content.Error(ex.Message);
-            }
         }
     }
 }
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\205\255\343\200\201\344\270\203\343\200\201\345\205\253\346\240\207\347\211\251\346\265\201\350\276\223\351\200\201.dwg" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\205\255\343\200\201\344\270\203\343\200\201\345\205\253\346\240\207\347\211\251\346\265\201\350\276\223\351\200\201.dwg"
new file mode 100644
index 0000000..533c9d0
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\205\255\343\200\201\344\270\203\343\200\201\345\205\253\346\240\207\347\211\251\346\265\201\350\276\223\351\200\201.dwg"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\346\250\241\345\205\267\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210- 20251202.dwg" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\346\250\241\345\205\267\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-20251202.dwg"
similarity index 100%
rename from "\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\346\250\241\345\205\267\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210- 20251202.dwg"
rename to "\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\346\250\241\345\205\267\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-20251202.dwg"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-20251126LW.dwg" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-20251126LW.dwg"
new file mode 100644
index 0000000..959792f
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-20251126LW.dwg"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\346\225\264\344\275\223\350\256\241\345\210\222/\345\207\244\351\223\235\351\241\271\347\233\256WMS\345\222\214WCS\350\275\257\344\273\266 \345\256\275\346\265\267\350\277\233\345\272\246\350\241\250-20260130.xlsx" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\346\225\264\344\275\223\350\256\241\345\210\222/\345\207\244\351\223\235\351\241\271\347\233\256WMS\345\222\214WCS\350\275\257\344\273\266 \345\256\275\346\265\267\350\277\233\345\272\246\350\241\250-20260130.xlsx"
deleted file mode 100644
index 6d58898..0000000
--- "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\346\225\264\344\275\223\350\256\241\345\210\222/\345\207\244\351\223\235\351\241\271\347\233\256WMS\345\222\214WCS\350\275\257\344\273\266 \345\256\275\346\265\267\350\277\233\345\272\246\350\241\250-20260130.xlsx"
+++ /dev/null
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\346\225\264\344\275\223\350\256\241\345\210\222/\345\207\244\351\223\235\351\241\271\347\233\256WMS\345\222\214WCS\350\275\257\344\273\266 \345\256\275\346\265\267\350\277\233\345\272\246\350\241\250.xlsx" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\346\225\264\344\275\223\350\256\241\345\210\222/\345\207\244\351\223\235\351\241\271\347\233\256WMS\345\222\214WCS\350\275\257\344\273\266 \345\256\275\346\265\267\350\277\233\345\272\246\350\241\250.xlsx"
new file mode 100644
index 0000000..e97d894
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\346\225\264\344\275\223\350\256\241\345\210\222/\345\207\244\351\223\235\351\241\271\347\233\256WMS\345\222\214WCS\350\275\257\344\273\266 \345\256\275\346\265\267\350\277\233\345\272\246\350\241\250.xlsx"
Binary files differ

--
Gitblit v1.9.3