评分修改

This commit is contained in:
wuchunlei
2024-09-20 16:42:23 +08:00
parent c542f06f4a
commit ac0db07b7f
3 changed files with 50 additions and 39 deletions

View File

@@ -333,15 +333,13 @@ public class ClassController {
//心得评分
@RequestMapping("/editTaskScore")
public R editTaskScore(@RequestBody Map<String,Object> params){
classEntityService.editTaskScore(params);
return R.ok();
return classEntityService.editTaskScore(params);
}
//打分
@RequestMapping("/editScore")
public R editScore(@RequestBody Map<String,Object> params){
classEntityService.editScore(params);
return R.ok();
return classEntityService.editScore(params);
}
//编辑作业