|
@ApiParam(name="page",value="第几页,从1开始")@RequestParam(required = true)Integer page,
|
|
@ApiParam(name="page",value="第几页,从1开始")@RequestParam(required = true)Integer page,
|
|
@ApiParam(name="size",value="每页大小")@RequestParam(required = true)Integer size){
|
|
@ApiParam(name="size",value="每页大小")@RequestParam(required = true)Integer size){
|
|
return write(200,"保存成功","data",customerService.getCallServices(keyword, serverType,state,patientName,ssc,idCard,doctorName, code,adminTeamCode,startDate, endDate, page, size));
|
|
return write(200,"保存成功","data",customerService.getCallServices(keyword, serverType,state,patientName,ssc,idCard,doctorName, code,adminTeamCode,startDate, endDate, page, size));
|