关闭金币代理身份报错修复
This commit is contained in:
parent
69515ff39c
commit
c98b814422
@ -205,10 +205,11 @@ public class UserFreightBalanceServiceImpl implements
|
|||||||
freightGoldClient.updateFreightBalance(
|
freightGoldClient.updateFreightBalance(
|
||||||
walletAppConvertor.toUserFreightBalanceCmd(balance))));
|
walletAppConvertor.toUserFreightBalanceCmd(balance))));
|
||||||
|
|
||||||
if (status) {
|
Long freightBadgeId = getFreightBadgeId();
|
||||||
|
if (status && freightBadgeId != null) {
|
||||||
//移除徽章
|
//移除徽章
|
||||||
badgeBackpackClient
|
badgeBackpackClient
|
||||||
.deleteBadge(balance.getUserId(), getFreightBadgeId());
|
.deleteBadge(balance.getUserId(), freightBadgeId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user