空值处理
This commit is contained in:
parent
f96f60e9cf
commit
242ccbf95e
|
|
@ -320,7 +320,7 @@ public class MkDistributionUserServiceImpl extends ServiceImpl<MkDistributionUse
|
|||
ShopUser shopUser = shopUserService.getShopUserInfo(shopId, userId);
|
||||
costUpgradeLevel(shopUser.getId(), shopId);
|
||||
if (shopUser.getDistributionUserId() != null) {
|
||||
costUpgradeLevel(shopUser.getDistributionUserParentId(), shopId);
|
||||
costUpgradeLevel(shopUser.getDistributionUserId(), shopId);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue