api 查询患者历史数据图表

master
zhangcl 2 years ago
parent ac7f8ca0b7
commit 3cc4c39cde

@ -269,7 +269,7 @@ public class AppController extends BaseController
return AjaxResult.success(tPatientService.selectTPatientById(getUserId()));
}
@GetMapping("/patient/historyData")
@GetMapping("/patient/record/historyData")
@ApiOperation("查询患者历史数据图表")
public AjaxResult getHistoryRecordList(AppRecordReq appRecordReq){
TRecord tRecord = new TRecord();

Loading…
Cancel
Save