Commit e43910b969a3cb56c386e4854667616a3692c675
1 parent
3c1a738a8e
Exists in
master
and in
1 other branch
提交代码
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/LisCrisisItemController.java
View file @
e43910b
| ... | ... | @@ -83,7 +83,7 @@ |
| 83 | 83 | map.put("unit",data.getUnit()); |
| 84 | 84 | map.put("applyDoctorCode",data.getApplyDoctorCode()); |
| 85 | 85 | map.put("applyDoctorName",data.getApplyDoctorName()); |
| 86 | - map.put("publishTime", DateUtil.getSecond(data.getPublishTime())); | |
| 86 | + map.put("publishTime", data.getPublishTime().getTime()); | |
| 87 | 87 | map.put("status",data.getStatus()); |
| 88 | 88 | map.put("statusName",data.getStatusName()); |
| 89 | 89 | |
| ... | ... | @@ -92,7 +92,7 @@ |
| 92 | 92 | map.put("phone",data.getPhone()); |
| 93 | 93 | map.put("serviceType",data.getServiceType()); |
| 94 | 94 | map.put("serviceStatus",data.getServiceStatus()); |
| 95 | - map.put("lastMenses",DateUtil.getSecond(data.getLastMenses())); | |
| 95 | + map.put("lastMenses",data.getLastMenses().getTime()); | |
| 96 | 96 | map.put("week",data.getWeek()); |
| 97 | 97 | map.put("pId",data.getPid()); |
| 98 | 98 | map.put("patientId",data.getPatientId()); |