Explorar o código

feature: 同步业务完善
1.人员修改时根据是否推送消息开关推送修改后的人员信息

luo.yibo@datuai.com hai 1 ano
pai
achega
6631ffe801

+ 1 - 0
ruoyi-modules/ruoyi-system/src/main/java/org/dromara/system/service/impl/SysUserServiceImpl.java

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