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