heshaofeng
2025-11-08 8cd74a1990403bec68e688e29fa3ed22c3c64874
项目代码/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;
        }