Merge pull request '修改接口方法' (#2) from YuNan/CET-cmd-2.0:dev into dev
Reviewed-on: #2
This commit is contained in:
commit
633ca01ac8
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue