|
|
|
@ -1543,10 +1543,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
@Override |
|
|
|
@Transactional |
|
|
|
public Result rejectItemSatisfactionInfo(RejectRecordDTO dto) { |
|
|
|
ItemEntity entity = baseDao.selectById(dto.getRelationId()); |
|
|
|
entity.setEvaluationContent(null); |
|
|
|
entity.setUpdatedTime(new Date()); |
|
|
|
updateById(entity); |
|
|
|
baseDao.rejectItemSatisfactionInfo(dto.getRelationId()); |
|
|
|
return new Result(); |
|
|
|
} |
|
|
|
} |
|
|
|
|