Commit af1f9e63744bdf1a9246ab55584010fc1b68ebdd
1 parent
ba03943574
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 0 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/ApplyOrderOutResult.java
View file @
af1f9e6
| ... | ... | @@ -338,7 +338,6 @@ |
| 338 | 338 | setPid(destModel.getPid()); |
| 339 | 339 | if (null != destModel.getLastMenses()) { |
| 340 | 340 | setcDueWeek(com.lyms.platform.common.utils.StringUtils.dueWeek(DateUtil.daysBetween(destModel.getLastMenses(), new Date()))); |
| 341 | - setIsGravida("1"); | |
| 342 | 341 | } |
| 343 | 342 | if (null != destModel.getReceived()) { |
| 344 | 343 | setReceived(DateUtil.getyyyy_MM_dd(destModel.getReceived())); |