wanshenmean
2026-03-30 f1f9549a8393ce67f01dbb560ecec3e375564739
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);