Commit d7f7712534ade00b87ed626f24e6997baa27dc82
1 parent
c6e83fc8c3
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostReviewFacade.java
View file @
d7f7712
... | ... | @@ -160,6 +160,8 @@ |
160 | 160 | String dueDate=""; |
161 | 161 | if(CollectionUtils.isNotEmpty(list)){ |
162 | 162 | dueDate= list.get(0).getDueDate(); |
163 | + }else if(patientsList.getBuildType()==2 &&patientsList.getType()==3){ | |
164 | + dueDate=DateUtil.getyyyy_MM_dd(patientsList.getFmDate()); | |
163 | 165 | } |
164 | 166 | HighScoreResult highScoreResult = examinationFacade.findLastRisk(patientsList.getPid(),false); |
165 | 167 |