|
|
@ -242,4 +242,11 @@ public class AppController extends BaseController
|
|
|
|
recordResultReq.setStatus("0");
|
|
|
|
recordResultReq.setStatus("0");
|
|
|
|
return AjaxResult.success(tRecordService.selectTRecordListWithoutResult(recordResultReq));
|
|
|
|
return AjaxResult.success(tRecordService.selectTRecordListWithoutResult(recordResultReq));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation("获取患者详细信息")
|
|
|
|
|
|
|
|
@GetMapping ("/patient/info")
|
|
|
|
|
|
|
|
public AjaxResult getPatientInfo() {
|
|
|
|
|
|
|
|
return AjaxResult.success(tPatientService.selectTPatientById(getUserId()));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|