|
@@ -425,6 +425,7 @@ public class SysUserServiceImpl implements ISysUserService {
|
|
|
int flag = baseMapper.updateById(sysUser);
|
|
int flag = baseMapper.updateById(sysUser);
|
|
|
//更新对应的一卡通账户信息
|
|
//更新对应的一卡通账户信息
|
|
|
remoteUserAccountService.updateByBo(BeanUtil.copyProperties(user, RemoteUserAccountBo.class));
|
|
remoteUserAccountService.updateByBo(BeanUtil.copyProperties(user, RemoteUserAccountBo.class));
|
|
|
|
|
+ sendCloudConsume(baseMapper.selectVoById(user.getUserId()));
|
|
|
return flag;
|
|
return flag;
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
log.error(e.getMessage(), e);
|
|
log.error(e.getMessage(), e);
|