Commit 1128ac25c3927cf11fcde6c27cee1cae9ba9ff16
1 parent
da143ff257
Exists in
master
修改产检删除
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostReviewFacade.java
View file @
1128ac2
... | ... | @@ -120,7 +120,7 @@ |
120 | 120 | if (StringUtils.isNotEmpty(postReviewRequest.getDueDate())) { |
121 | 121 | patients.setFmDate(DateUtil.parseYMD(postReviewRequest.getDueDate())); |
122 | 122 | patients.setType(3); |
123 | - patients.setEnable("1"); | |
123 | +// patients.setEnable("1"); | |
124 | 124 | patients.setBuildType(0); |
125 | 125 | patientsService.updatePatient(patients); |
126 | 126 | } |