1
huanghongfeng
12 小时以前 9c3ee278c31a79e2e36b635651cef0b2dd431260
代码管理/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs
@@ -49,10 +49,9 @@
        /// <param name="ids"></param>
        /// <returns></returns>
        [HttpPost,HttpGet, Route("CompletedManually")]
        public WebResponseContent CompletedManually([FromBody] int[] id)
        public WebResponseContent CompletedManually(int id)
        {
            int taskid = id[0];
            return Service.CompletedManually(taskid);
            return Service.CompletedManually(id, 1);
        }
        /// <summary>