wanshenmean
2026-03-24 ab2076893b8df3c14f1a126d47e9eee132a38f4b
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -149,7 +149,7 @@
        /// </summary>
        /// <param name="taskDto"></param>
        /// <returns></returns>
        [HttpGet, HttpPost, Route(" CreateRobotChangePalletTask"), AllowAnonymous]
        [HttpGet, HttpPost, Route("CreateRobotChangePalletTask"), AllowAnonymous]
        public async Task<WebResponseContent?> CreateRobotChangePalletTaskAsync([FromBody] StockDTO taskDto)
        {
            return await Service.CreateRobotChangePalletTaskAsync(taskDto);