|
|
@ -731,7 +731,8 @@ public class IcPartyActServiceImpl extends BaseServiceImpl<IcPartyActDao, IcPart |
|
|
|
.sendRocketMqMsg(SystemMessageType.PARTY_MEETING_MESSAGE, msg); |
|
|
|
} |
|
|
|
//日程又增加了一个提醒时间
|
|
|
|
List<IcScheduleEntity> scheduleEntityList=icScheduleDao.selectNeedNotice(dateId); |
|
|
|
String nowDateId=DateUtils.format(new Date(),DateUtils.DATE_PATTERN_YYYYMMDD); |
|
|
|
List<IcScheduleEntity> scheduleEntityList=icScheduleDao.selectNeedNotice(nowDateId); |
|
|
|
for(IcScheduleEntity icScheduleEntity:scheduleEntityList){ |
|
|
|
PartyMeetingMessageMQMsg msg = new PartyMeetingMessageMQMsg(); |
|
|
|
msg.setCustomerId(icScheduleEntity.getCustomerId()); |
|
|
|