|
|
@ -63,7 +63,7 @@ public class SaveAppealDomainServiceImpl implements SaveAppealDomainService { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
appealBaseService.saveOrUpdate(entity); |
|
|
appealBaseService.saveOrUpdate(entity); |
|
|
appealDTO = appealBaseService.getById(appealDTO.getId()).toDTO(AppealDTO::new); |
|
|
appealDTO = appealBaseService.getById(entity.getId()).toDTO(AppealDTO::new); |
|
|
|
|
|
|
|
|
//如果审核通过,需要为用户加分
|
|
|
//如果审核通过,需要为用户加分
|
|
|
if (!appealDTO.getStatus().equals(AppealStatusEnum.PASS_REVIEW.getValue())) { |
|
|
if (!appealDTO.getStatus().equals(AppealStatusEnum.PASS_REVIEW.getValue())) { |
|
|
|