Commit 28eba4bfc86d214613760efbe6e027caa2235038
1 parent
164d86938f
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/BabyBookbuildingFacade.java
View file @
28eba4b
... | ... | @@ -404,7 +404,7 @@ |
404 | 404 | Patients patients2 = new Patients(); |
405 | 405 | patients2.setId(patients1.getId()); |
406 | 406 | patients2.setFmDate(StringUtils.isEmpty(request.getDueDate()) ? DateUtil.parseYMD(request.getBabyBirthday()) : DateUtil.parseYMD(request.getDueDate())); |
407 | - patients2.setBuildType(1); | |
407 | + patients2.setBuildType(0); | |
408 | 408 | patientsService.updatePatient(patients2); |
409 | 409 | } |
410 | 410 | } |