|
|
|
@ -266,7 +266,7 @@ public class StudentClientLinkController{
|
|
|
|
|
return JsonResult.success();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@GetMapping(API + "/move.do")
|
|
|
|
|
@GetMapping(MODEL + "/move.json")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public JsonResult move(Long id, MoveEnum moveType) {
|
|
|
|
|
studentClientLinkService.move(id, moveType);
|
|
|
|
|