Commit 9e0a0f65615ae0a63cb469609a09ddc7ad1e9320
1 parent
8a1687b179
Exists in
master
and in
1 other branch
增加设置parentid
Showing 1 changed file with 5 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostReviewFacade.java
View file @
9e0a0f6
| ... | ... | @@ -75,6 +75,11 @@ |
| 75 | 75 | patients1.setId(null); |
| 76 | 76 | patients1.setHospitalId(hospital); |
| 77 | 77 | patients1.setBuildType(0); |
| 78 | + patients1.setBookbuildingDoctor(userId + ""); | |
| 79 | + patients1.setBookbuildingDate(DateUtil.parseYMD(postReviewRequest.getCheckTime())); | |
| 80 | + patients1.setVcCardNo(null); | |
| 81 | + patients1.setMremark(null); | |
| 82 | + patients1.setFileCode(null); | |
| 78 | 83 | patientsService.addPatient(patients1); |
| 79 | 84 | } |
| 80 | 85 | if (StringUtils.isEmpty(postReviewRequest.getId())) { |