Merge pull request '修改接口方法' (#2) from YuNan/CET-cmd-2.0:dev into dev

Reviewed-on: #2
This commit is contained in:
YuNan 2024-09-10 00:02:03 +08:00
commit 633ca01ac8
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);
} }