@ -124,9 +124,9 @@ public class TRecordController extends BaseController
return AjaxResult.success(tRecordService.selectById(id));
}
@GetMapping("getHistoryList")
@GetMapping("getHistoryRecordList")
@ApiOperation("查询患者历史数据图表")
public AjaxResult getHistoryList(TRecord tRecord){
public AjaxResult getHistoryRecordList(TRecord tRecord){
return tRecordService.getHistoryList(tRecord);