duyongjia
2024-12-28 6be2bc8324ca81145830b758c110255d9dfdc00b
项目代码/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()
        {