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);