浏览代码

医院 科室 医生列表查询

lyr 8 年之前
父节点
当前提交
801b051d3d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/account/DoctorController.java

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/account/DoctorController.java

@ -250,7 +250,7 @@ public class DoctorController extends BaseController {
     */
    @RequestMapping(value = "hospital_list")
    @ResponseBody
    public String hospitals(@RequestParam(required = true) int type,
    public String hospitalL(@RequestParam(required = true) int type,
                            @RequestParam(required = false) String province,
                            @RequestParam(required = false) String city,
                            @RequestParam(required = false) String town,