Commit 86d89ff73e40d9cad32027e8bec7c5db96e6cd7d

Authored by gengxiaokai
1 parent 82eb270da0
Exists in master and in 1 other branch dev

威海产后观察

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostpartumRecordsFacade.java View file @ 86d89ff
... ... @@ -425,6 +425,7 @@
425 425  
426 426  
427 427 public BaseResponse addOrUpdatePostpartumRecords(PostpartumRecordsAddRequest postpartumRecordsAddRequest,Integer userId){
  428 +
428 429 String hospitalId = autoMatchFacade.getHospitalId(userId);
429 430 PostpartumRecords pRecords = new PostpartumRecords();
430 431 pRecords.setParentId(postpartumRecordsAddRequest.getParentId());