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