|
@@ -235,7 +235,7 @@ public class ClassGradeController extends BaseController {
|
|
|
@ApiOperation("修改学员记录")
|
|
|
@PreAuthorize("@ss.hasPermi('system:user:edit')")
|
|
|
@Log(title = "学员记录", businessType = BusinessType.UPDATE)
|
|
|
- @PutMapping()
|
|
|
+ @PostMapping("/editGradeUser")
|
|
|
public AjaxResult<Void> edit(@RequestBody ClassGradeUserEditBo bo) {
|
|
|
return toAjax(iClassGradeUserService.updateByEditBo(bo) ? 1 : 0);
|
|
|
}
|