|
|
@ -607,7 +607,7 @@ public class ResiEventServiceImpl extends BaseServiceImpl<ResiEventDao, ResiEven |
|
|
|
reCallLog.setUserIdentity(EventConstant.STAFF); |
|
|
|
reCallLog.setActionCode(ResiEventAction.SHIFIT_PROJECT.getCode()); |
|
|
|
reCallLog.setActionDesc(ResiEventAction.SHIFIT_PROJECT.getDesc()); |
|
|
|
reCallLog.setOperateTime(resiEventEntity.getCloseCaseTime()); |
|
|
|
reCallLog.setOperateTime(resiEventEntity.getLatestOperatedTime()); |
|
|
|
resiEventOperationLogDao.insert(reCallLog); |
|
|
|
//3、所有被艾特的人应该都通知
|
|
|
|
resiEventMentionDao.updateRedDotShow(formDTO.getEventId(),null); |
|
|
|