| | |
| | | |
| | | } |
| | | [HttpPost,Route("ChangeStatus"),AllowAnonymous] |
| | | public WebResponseContent ChangeStatus(int id) |
| | | public WebResponseContent ChangeStatus(string id,string gruops) |
| | | { |
| | | return Service.ChangeStatus(id); |
| | | return Service.ChangeStatus(id,gruops); |
| | | } |
| | | |
| | | [HttpGet,Route("ShowPutake"),AllowAnonymous] |
| | |
| | | return Service.GetNjtake(njid); |
| | | } |
| | | |
| | | [HttpGet, Route("seletTaskeStatus"), AllowAnonymous] |
| | | public WebResponseContent seletTaskeStatus(string status) |
| | | { |
| | | return Service.seletTaskeStatus(status); |
| | | } |
| | | //[HttpGet, Route("seletTaskeStatus"), AllowAnonymous] |
| | | //public WebResponseContent seletTaskeStatus(string status) |
| | | //{ |
| | | // return Service.seletTaskeStatus(status); |
| | | //} |
| | | |
| | | [HttpGet, Route("GetNJandPu"), AllowAnonymous] |
| | | public WebResponseContent GetNJandPu() |