Commit fd56a76553235ad01390339afbb742c7208ea954
1 parent
f0b5486ae5
Exists in
master
and in
6 other branches
返回手工孕周数据
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
fd56a76
... | ... | @@ -3,7 +3,6 @@ |
3 | 3 | import com.lyms.platform.biz.SequenceConstant; |
4 | 4 | import com.lyms.platform.biz.service.*; |
5 | 5 | import com.lyms.platform.common.constants.ErrorCodeConstants; |
6 | -import com.lyms.platform.common.dao.operator.Page; | |
7 | 6 | import com.lyms.platform.common.enums.*; |
8 | 7 | import com.lyms.platform.common.result.BaseObjectResponse; |
9 | 8 | import com.lyms.platform.common.result.BaseResponse; |
... | ... | @@ -2235,6 +2234,7 @@ |
2235 | 2234 | |
2236 | 2235 | map.put("deliveryDate", data.getDueDate()); |
2237 | 2236 | map.put("dueWeek", data.getDueWeek()); |
2237 | + map.put("handDueWeek", data.getHandDueWeek()); | |
2238 | 2238 | |
2239 | 2239 | String fmHospital = ""; |
2240 | 2240 |