|
|
|
@ -155,9 +155,9 @@ public class RightQueryServiceImpl implements RightQueryService { |
|
|
|
MarriageInformation marriageInformation = marriageInformationQueryService.queryByUserId(userId); |
|
|
|
if (StrUtil.isNotBlank(marriageInformation.getIdentityCard())) { |
|
|
|
profileCardInfo.setQuantity(20); |
|
|
|
contactCardInfo.setQuantity(3); |
|
|
|
contactCardInfo.setQuantity(10); |
|
|
|
} else { |
|
|
|
profileCardInfo.setQuantity(3); |
|
|
|
profileCardInfo.setQuantity(10); |
|
|
|
} |
|
|
|
} |
|
|
|
//查询周期内免费卡使用次数 |
|
|
|
|