Commit db8daeefb69f38fe09e3177090503a1e97960fc5
1 parent
67ab3cf15f
Exists in
master
and in
6 other branches
滦平分娩接口
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/lpfy/LpfyFmService.java
View file @
db8daee
... | ... | @@ -430,7 +430,7 @@ |
430 | 430 | Map deliveryMode = new HashMap(); //分娩方式 |
431 | 431 | |
432 | 432 | String fmfs = ""; |
433 | - if (allFm.getDELIVERY_MODE() != null && "剖宫产".equals(allFm.getDELIVERY_MODE())) | |
433 | + if (allFm.getDELIVERY_MODE() != null && "手术产".equals(allFm.getDELIVERY_MODE())) | |
434 | 434 | { |
435 | 435 | fmfs = FmTypeEnums.O1.getId(); |
436 | 436 | } |