Commit 62266e93a068534b74f1f7c8a34503423787b703

Authored by liquanyu
1 parent d98dfeec1e

出院

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientRegistrationFacade.java View file @ 62266e9
... ... @@ -376,6 +376,7 @@
376 376 }
377 377  
378 378 public BaseResponse updatePatientRegistrationStatus(String id) {
  379 +
379 380 BaseObjectResponse br = new BaseObjectResponse();
380 381 if (StringUtils.isNotEmpty(id)) {
381 382 PatientRegistrationModel model = patientRegistrationService.queryById(id);