记得上下班打卡 | git大法好,push需谨慎

Commit 13c5f69d authored by 张国柄's avatar 张国柄

fix:+老会员过期权益配置;

parent 1bf010ed
...@@ -50,7 +50,7 @@ public class AdamMemberController { ...@@ -50,7 +50,7 @@ public class AdamMemberController {
memberVo.setUserMemberVo(userMemberVo); memberVo.setUserMemberVo(userMemberVo);
if (null == userMemberVo) { if (null == userMemberVo || !userMemberVo.isActive()) {
memberVo.setRightsVoList(adamRdmService.getMemberRightsVoByMemberId(memberVo.getMemberId(), 0)); memberVo.setRightsVoList(adamRdmService.getMemberRightsVoByMemberId(memberVo.getMemberId(), 0));
} else if (userMemberVo.isActive()) { } else if (userMemberVo.isActive()) {
memberVo.setRightsVoList( memberVo.setRightsVoList(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment