开通钱包失败取消
This commit is contained in:
+2
-2
@@ -679,9 +679,9 @@ public class UserShipperApplicationService {
|
|||||||
AccountCashWalletDto accountCashWalletDto = new AccountCashWalletDto();
|
AccountCashWalletDto accountCashWalletDto = new AccountCashWalletDto();
|
||||||
accountCashWalletDto.setUserId(userShipperPo.getUserId());
|
accountCashWalletDto.setUserId(userShipperPo.getUserId());
|
||||||
AjaxResult ajaxResult = financeServiceFeign.accountCashWalletSave(accountCashWalletDto);
|
AjaxResult ajaxResult = financeServiceFeign.accountCashWalletSave(accountCashWalletDto);
|
||||||
if (null == ajaxResult || !"200".equals(String.valueOf(ajaxResult.get("code")))) {
|
/*if (null == ajaxResult || !"200".equals(String.valueOf(ajaxResult.get("code")))) {
|
||||||
throw new ServiceException("开通钱包失败");
|
throw new ServiceException("开通钱包失败");
|
||||||
}
|
}*/
|
||||||
|
|
||||||
//审核通过,此时重新更新网货中的角色code,需要重新查询
|
//审核通过,此时重新更新网货中的角色code,需要重新查询
|
||||||
List<UserRoleMenuPO> roleCodeList = userRoleDomainService.selectRolesByUserId(userShipperDO.getUserId());
|
List<UserRoleMenuPO> roleCodeList = userRoleDomainService.selectRolesByUserId(userShipperDO.getUserId());
|
||||||
|
|||||||
Reference in New Issue
Block a user