Pārlūkot izejas kodu

Merge branch 'dev' of lyr/patient-co-management into dev

lyr 8 gadi atpakaļ
vecāks
revīzija
de7840224a

+ 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,