|
@ -473,7 +473,7 @@ public class SpecialistController extends EnvelopRestEndpoint {
|
|
|
* @param doctor
|
|
|
* @return
|
|
|
*/
|
|
|
@GetMapping(value = "/selectByAssistant")
|
|
|
@GetMapping(value =SpecialistMapping.specialist.selectByAssistant)
|
|
|
@ApiOperation(value = "根据共管医生和居民code查询专科签约信息")
|
|
|
public MixEnvelop<SpecialistPatientRelationDO,SpecialistPatientRelationDO> selectByAssistant(
|
|
|
@ApiParam(name = "patient", value = "居民code") @RequestParam(required = true)String patient,
|