|
@ -86,9 +86,9 @@ public class SpecialistController extends BaseController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "findNoLabelPatientRelation",method = RequestMethod.GET)
|
|
|
@RequestMapping(value = "findPatientRelatioByAssistant",method = RequestMethod.GET)
|
|
|
@ResponseBody
|
|
|
@ApiOperation("获取专科医生下未分配标签居民")
|
|
|
@ApiOperation("获取计管师下未分配标签居民")
|
|
|
public String findPatientRelatioByAssistant(@ApiParam(name = "assistant", value = "计管师") @RequestParam(required = true)String assistant,
|
|
|
@ApiParam(name = "page", value = "第几页,1开始") @RequestParam(required = true)Integer page,
|
|
|
@ApiParam(name = "size", value = "每页大小") @RequestParam(required = true)Integer size)throws Exception {
|