Commit e5307c66d163ca3792680f03ccdf7a7a6852b114
1 parent
0b0fb95d96
Exists in
master
and in
7 other branches
1
Showing 1 changed file with 1 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
e5307c6
| ... | ... | @@ -499,9 +499,7 @@ |
| 499 | 499 | } |
| 500 | 500 | |
| 501 | 501 | patient.setOperator(userId); |
| 502 | - if(patient.getType()==3){ | |
| 503 | - patient.setIsAutoFm(YnEnums.YES.getId()); | |
| 504 | - } | |
| 502 | + | |
| 505 | 503 | yunBookbuildingService.updatePregnant(patient, id); |
| 506 | 504 | //如果当前是建档医院,那么需要修改其他非建档医院的数据 |
| 507 | 505 | if (autoMatchFacade.checkBStatus(userId)) { |