1
duyongjia
2025-02-27 bc33400f93631bf9c8dec0ff09cbe9a504bf9734
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -49,11 +49,11 @@
        {
            return Service.GenerateOutboundTask(keys);
        }
        [HttpPost, Route("PalletOutboundTask")]
        public WebResponseContent PalletOutboundTask(string roadwayNo, string endStation)
        {
            return Service.PalletOutboundTask(roadwayNo, endStation);
        }
        //[HttpPost, Route("PalletOutboundTask")]
        //public WebResponseContent PalletOutboundTask(string roadwayNo, string endStation)
        //{
        //    return Service.PalletOutboundTask(roadwayNo, endStation);
        //}
        [HttpPost, Route("GetTaskInfo")]
        public WebResponseContent GetTaskInfo()
        {