Commit f9f104928e893af863dba9a164c09d69696f54bd
1 parent
ba7b6fc2c0
Exists in
master
and in
6 other branches
分娩记录导出
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MatDeliverController.java
View file @
f9f1049
... | ... | @@ -332,6 +332,7 @@ |
332 | 332 | Map<String, Object> map = new LinkedHashMap<>(); |
333 | 333 | map.put("num",num); |
334 | 334 | map.put("dueDate",queryModel.getDueDate()); |
335 | + map.put("dueTime",queryModel.getDueDate()); | |
335 | 336 | map.put("zyNo","-"); |
336 | 337 | map.put("name",queryModel.getName()); |
337 | 338 | map.put("age", queryModel.getAge()); |