|
|
@ -771,8 +771,7 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit |
|
|
|
**/ |
|
|
|
@Override |
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
public void icEven//工作端回复了,居民端那要展示红点。
|
|
|
|
entity.setRedDot(NumConstant.ONE);tToProject(IcEventToProjectFormDTO formDTO) { |
|
|
|
public void icEventToProject(IcEventToProjectFormDTO formDTO) { |
|
|
|
//1.查询事件数据
|
|
|
|
IcEventEntity entity = baseDao.selectById(formDTO.getIcEventId()); |
|
|
|
if (null == entity || "1".equals(entity.getOperationType()) || "2".equals(entity.getOperationType())) { |
|
|
|