Commit d18bc9630496de69ab45103a05f8df56fb2cf3ec
1 parent
cd33354712
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientRegistrationFacade.java
View file @
d18bc96
| ... | ... | @@ -75,7 +75,7 @@ |
| 75 | 75 | * @param request |
| 76 | 76 | * @Author: 武涛涛 |
| 77 | 77 | */ |
| 78 | - public BaseResponse add(PatientRegistrationRequest request) { | |
| 78 | + public synchronized BaseResponse add(PatientRegistrationRequest request) { | |
| 79 | 79 | // String hospitalId = autoMatchFacade.getHospitalId(userId); |
| 80 | 80 | List<PatientRegistrationModel> patientRegistrationModels = null; |
| 81 | 81 | //判断该手机号存在信息 |