Commit d0c553d64c9e27376cbfe89c3fb27c874f555759
1 parent
857f1f246f
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
d0c553d
... | ... | @@ -935,7 +935,7 @@ |
935 | 935 | |
936 | 936 | ; |
937 | 937 | // if (CollectionUtils.isNotEmpty(antExChulist)) |
938 | - if(deleteProcessHandler.deleteBookBuild(patients.getPid(),patients.getBookbuildingDate(),hospital)) | |
938 | + if(!deleteProcessHandler.deleteBookBuild(patients.getPid(),patients.getBookbuildingDate(),hospital)) | |
939 | 939 | { |
940 | 940 | return new BaseResponse().setErrorcode(ErrorCodeConstants.DONT_DELETE).setErrormsg("孕妇存在检查记录,不能删除建档"); |
941 | 941 | } |