Commit 93e7fcc6f8c1e931b9f992f500550d7aaaaf69f6

Authored by shiyang
1 parent 27de58e4c0

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TeamController.java View file @ 93e7fcc
... ... @@ -156,7 +156,7 @@
156 156 @RequestMapping(value = "/queryListDoctorTeam", method = RequestMethod.GET)
157 157 @ResponseBody
158 158 @TokenRequired
159   - public FrontEndResult queryListDoctorTeam(@RequestBody DoctorTeam doctorTeam) {
  159 + public FrontEndResult queryListDoctorTeam(DoctorTeam doctorTeam) {
160 160 return teamService.queryListDoctorTeam(doctorTeam);
161 161 }
162 162