heshaofeng
6 天以前 cd44f1223ccf40a2b6f0788dbcd24ff7cd8f0eef
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -56,9 +56,9 @@
        }
        [HttpPost, Route("PalletOutboundTask"), AllowAnonymous, MethodParamsValidate]
        public async Task<WebResponseContent> PalletOutboundTask(int num)
        public async Task<WebResponseContent> PalletOutboundTask(int num, int locationType)
        {
            return  await Service.PalletOutboundTask(num);
            return  await Service.PalletOutboundTask(num, locationType);
        }