|
@ -61,7 +61,7 @@ public class DoctorFollowUpController extends BaseController {
|
|
|
* @param pagesize
|
|
|
* @return
|
|
|
*/
|
|
|
@RequestMapping(value = "/list_by_team", method = RequestMethod.GET)
|
|
|
@RequestMapping(value = "/list_by_team", method = {RequestMethod.GET,RequestMethod.POST})
|
|
|
@ResponseBody
|
|
|
@ApiOperation(value = "查询居民随访列表")
|
|
|
public String getListByPatientAndTeam(@RequestParam @ApiParam(value = "居民Code") String patient,
|