vip默认3天
This commit is contained in:
parent
c20b89655e
commit
e5a35a4475
@ -286,7 +286,8 @@ public class ManagerAuthServiceImpl implements ManagerAuthService {
|
||||
// UserProfile admin = userProfileGateway.getByUserId(cmd.requiredReqUserId());
|
||||
|
||||
|
||||
sendPropsRecord(cmd, propsSourceRecord.getType(), 7);
|
||||
int days = PropsCommodityType.NOBLE_VIP.name().equals(propsSourceRecord.getType()) ? 3 : 7;
|
||||
sendPropsRecord(cmd, propsSourceRecord.getType(), days);
|
||||
//vip单独处理
|
||||
if (propsSourceRecord.getType().equals(PropsCommodityType.NOBLE_VIP.name())) {
|
||||
PropsNobleVipAbilityDTO vipAbility = propsNobleVipGateway.getAbilityDTO(propsSourceRecord.getId());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user