Parcourir la source

新增关注模块

chenweida il y a 7 ans
Parent
commit
efa42edef0

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/concern/DoctorConcernController.java

@ -25,7 +25,7 @@ public class DoctorConcernController extends BaseController {
    private ConcernService concernService;
    @RequestMapping(value = "/getConcernPatients", method = RequestMethod.GET)
    @ApiOperation(value = "获取医生关注的患者", notes = "")
    @ApiOperation(value = "获取医生关注的患者1", notes = "")
    public String getConcernDoctors(
            @ApiParam(name = "doctor", value = "医生",required = false) @RequestParam(required = false, name = "doctor") String doctor
    ) {