Compare commits

..

2 Commits

Author SHA1 Message Date
YuNan 633ca01ac8 Merge pull request '修改接口方法' (#2) from YuNan/CET-cmd-2.0:dev into dev
Reviewed-on: #2
2024-09-10 00:02:03 +08:00
YuNan 47a86a9000 修改接口方法 2024-09-10 00:00:30 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ public class Cet_4Controller extends JeecgController<Cet_4, ICet_4Service> {
/**
* 依据学生id和姓名获取四级成绩
*/
@GetMapping("/getDataByStudent")
@RequestMapping("/getDataByStudent")
public Result<JSONObject> getDataByStudent(@RequestBody JSONObject jsonObject){
return cet_4Service.getDataByStudent(jsonObject);
}