Commit 18427392976a84169df346ec9d0c4a8a520b33f6
1 parent
9f074e663e
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/result/MatDeliverListResult.java
View file @
1842739
| ... | ... | @@ -99,7 +99,7 @@ |
| 99 | 99 | setyChanQi(DateUtil.getyyyy_MM_dd(patients.getDueDate())); |
| 100 | 100 | } |
| 101 | 101 | if (null != patients.getBuildType()) { |
| 102 | - dueType = 0 == patients.getBuildType() ? "0" : "1"; | |
| 102 | + setDueType(2 == patients.getBuildType() ? "1" : "0"); | |
| 103 | 103 | } |
| 104 | 104 | setIsGravida(patients.getType()==3?"0":"1"); |
| 105 | 105 | setName(patients.getUsername()); |