|
|
@ -1426,7 +1426,10 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit |
|
|
|
//1.查询事件数据 判断是否允许回复
|
|
|
|
IcEventEntity entity=checkReply(formDTO.getIcEventId()); |
|
|
|
entity.setLatestOperatedTime(new Date()); |
|
|
|
//居民端的红点置为不显示
|
|
|
|
entity.setRedDot(NumConstant.ZERO); |
|
|
|
//居民有了新回复,工作端的红点置为展示
|
|
|
|
entity.setGovRedDot(NumConstant.ONE); |
|
|
|
baseDao.updateById(entity); |
|
|
|
|
|
|
|
//2.新增回复数据
|
|
|
|