修改接口方法 #2
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue