@ -108,6 +108,7 @@ public class IcEventReplyServiceImpl extends BaseServiceImpl<IcEventReplyDao, Ic
entity.setManageResi(formDTO.getManageResi());
entity.setManageResiTel(formDTO.getManageResiTel());
entity.setManageTime(formDTO.getManageTime());
entity.setContent(formDTO.getContent());
baseDao.updateById(entity);
}