| | |
| | | * @return |
| | | */ |
| | | @RequestMapping("/courdent/getSelect") |
| | | List<SelectDto> getSelect(@RequestParam("payId") Integer payId); |
| | | List<SelectDto> getSelect(@RequestParam("payId") Long payId); |
| | | /** |
| | | * 转移课程 |
| | | * @param toClassDto |
| | |
| | | |
| | | @RequestMapping("/courdent/changeStatus") |
| | | void changeStatus(@RequestParam("id")Integer id); |
| | | |
| | | @RequestMapping("/courdent/noStatus") |
| | | void noStatus(@RequestParam("id")Integer id); |
| | | @RequestMapping("/courdent/cancel") |
| | | void cancel(@RequestParam("ids")String ids); |
| | | @RequestMapping("/courdent/zeroClass") |
| | | void zeroClass(@RequestParam("id")Integer id); |
| | | |
| | | @RequestMapping("/courdent/backStausClass") |
| | | void backStausClass(@RequestParam("id")Integer id); |
| | | } |