修改接口url

master
chenfei 2 years ago
parent 00d6fde0f6
commit 82a9dd5d74

@ -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);
}
}

Loading…
Cancel
Save