Commit e827793d12c160cf1ed40d637b9a4b00f873b452
1 parent
cebb626d08
Exists in
master
and in
6 other branches
产检提醒推送
Showing 1 changed file with 1 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
e827793
| ... | ... | @@ -2495,15 +2495,13 @@ |
| 2495 | 2495 | } |
| 2496 | 2496 | |
| 2497 | 2497 | if(patients.getSendMsgTime()!=null){ |
| 2498 | - String sendMsgTime = DateUtil.getyyyy_mm(patients.getSendMsgTime()); | |
| 2498 | + String sendMsgTime = DateUtil.getyyyy_MM_dd1(patients.getSendMsgTime()); | |
| 2499 | 2499 | Integer day = DateUtil.daysBetween(new Date(),patients.getSendMsgTime()); |
| 2500 | 2500 | |
| 2501 | 2501 | String sendMsg = "(上次发送时间"+sendMsgTime+"【"+day+"天前】)"; |
| 2502 | 2502 | antexListResult.setLastSendMsg(sendMsg); |
| 2503 | 2503 | } |
| 2504 | 2504 | } |
| 2505 | - | |
| 2506 | - | |
| 2507 | 2505 | |
| 2508 | 2506 | //根据用户id获取医院ID |
| 2509 | 2507 | // String hospitalId = autoMatchFacade.getHospitalId(id); |