项目代码/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() {