代码管理/NEWCode/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/PDA/PDAController.cs
@@ -39,9 +39,9 @@ } [HttpPost, Route("AddCZTask"), AllowAnonymous] public WebResponseContent AddCZTask([FromBody] CZTaskDto czTaskDto) public Task<WebResponseContent> AddCZTask([FromBody] CZTaskDto czTaskDto) { return WebResponseContent.Instance.OK(); return _taskCZService.AddTaskCZAsync(czTaskDto); } } }