|
|
@ -95,6 +95,7 @@ public class AppVolunteerRankServiceImpl implements AppVolunteerRankService { |
|
|
|
|
|
|
|
@Override |
|
|
|
public Result applyActivity(TokenDto userDetail, AppVactApplyDTO formDto) { |
|
|
|
log.info("dto:"+formDto); |
|
|
|
if (null == userDetail) { |
|
|
|
return new Result().error("获取用户信息失败"); |
|
|
|
} |
|
|
@ -126,6 +127,7 @@ public class AppVolunteerRankServiceImpl implements AppVolunteerRankService { |
|
|
|
} else { |
|
|
|
formDto.setPartyFlag("0"); |
|
|
|
} |
|
|
|
log.info("dto:"+formDto); |
|
|
|
return appVolunteerRankFeignClient.applyActivity(formDto); |
|
|
|
} |
|
|
|
|
|
|
|