|
|
@@ -2696,6 +2696,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
CcRefundDto refundDto = new CcRefundDto();
|
|
|
if (relationView == null) {
|
|
|
refundDto.setDeductMoney(BigDecimal.ZERO);
|
|
|
+ refundDto.setIsAfterSales(false);
|
|
|
} else {
|
|
|
Long relationId = relationView.getId();
|
|
|
ClaudeCodeUser claudeCodeUser = claudeCodeUserMapper.selectOne(Wrappers.lambdaQuery(ClaudeCodeUser.class).eq(ClaudeCodeUser::getRelationId, relationId).last("limit 1"));
|