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