|
|
@ -87,7 +87,7 @@ public class IcPartyMemberPointServiceImpl extends BaseServiceImpl<IcPartyMember |
|
|
|
dto.setBasePoint(NumConstant.ZERO); |
|
|
|
} |
|
|
|
if(dto.getReviewPoint() == null){ |
|
|
|
dto.setInspirePoint(NumConstant.ZERO); |
|
|
|
dto.setReviewPoint(NumConstant.ZERO); |
|
|
|
} |
|
|
|
if(dto.getInspirePoint() == null){ |
|
|
|
dto.setInspirePoint(NumConstant.ZERO); |
|
|
|