| | |
| | | { |
| | | return Service.RollbackTaskStatusToLast(taskNum); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("AtOnceUpdate")] |
| | | public WebResponseContent AtOnceUpdate(int taskid) |
| | | { |
| | | return Service.AtOnceUpdate(taskid); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("speciadelete")] |
| | | public WebResponseContent speciadelete([FromBody] Dt_Task task) |
| | | { |
| | | return Service.speciadelete(task); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("speciaupdate")] |
| | | public WebResponseContent speciaupdate([FromBody] Dt_Task task) |
| | | { |
| | | return Service.speciaupdate(task); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("banzidong")] |
| | | public WebResponseContent banzidong(string wei,string weis) |
| | | { |
| | | return Service.banzidong(wei,weis); |
| | | } |
| | | } |
| | | } |