项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -27,7 +27,9 @@ [HttpPost, Route("Test"), AllowAnonymous, MethodParamsValidate] public async Task<WebResponseContent> PalletOutboundTask(string endStation, string palletCode = "") { var result=await Service.PalletOutboundTask(endStation, palletCode); var ssd = Service.TaskCompleted("93"); var result = await Service.PalletOutboundTask(endStation, palletCode); return result; }