修改接口方法

This commit is contained in:
YuNan 2024-09-10 00:00:30 +08:00
parent 018b55434c
commit 47a86a9000
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和姓名获取四级成绩 * 依据学生id和姓名获取四级成绩
*/ */
@GetMapping("/getDataByStudent") @RequestMapping("/getDataByStudent")
public Result<JSONObject> getDataByStudent(@RequestBody JSONObject jsonObject){ public Result<JSONObject> getDataByStudent(@RequestBody JSONObject jsonObject){
return cet_4Service.getDataByStudent(jsonObject); return cet_4Service.getDataByStudent(jsonObject);
} }