Commit 1a51b67780443d86bd6aeda5f27ba74e6503de23
1 parent
8299c79a80
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
1a51b67
... | ... | @@ -232,7 +232,7 @@ |
232 | 232 | data = convertToQuanCPatient(patientses,userId); |
233 | 233 | } |
234 | 234 | } |
235 | - return new BaseObjectResponse().setErrormsg("成功").setErrorcode(ErrorCodeConstants.SUCCESS).setData(data); | |
235 | + return new BaseListResponse().setErrormsg("成功").setErrorcode(ErrorCodeConstants.SUCCESS).setData(data).setPageInfo(patientsQuery.getPageInfo()); | |
236 | 236 | } |
237 | 237 | |
238 | 238 | public BaseResponse findPatient(PatientQueryRequest patientQueryRequest) { |