Commit dbdebd5f6457650d137b073d50d97c3703427718
1 parent
2199c2cfe3
Exists in
master
and in
8 other branches
增加是否通知
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexListResult.java
View file @
dbdebd5
... | ... | @@ -148,6 +148,7 @@ |
148 | 148 | setRemarks(patients.getMremark()); |
149 | 149 | setRiskScore("60"); |
150 | 150 | setCardNo(patients.getCardNo()); |
151 | + | |
151 | 152 | setVcCardNo(patients.getVcCardNo()); |
152 | 153 | int days= DateUtil.daysBetween(patients.getLastMenses(),new Date()); |
153 | 154 | String week= (days/7)+""; |