智慧保安后台管理-外网
Administrator
2022-06-01 5a1eac06c999618f387b7940e92b9573f576bd78
同步群防群控baseurl 修改
2 files modified
8 ■■■■ changed files
src/main/java/org/springblade/modules/system/service/impl/UserServiceImpl.java 6 ●●●● patch | view | raw | blame | history
src/main/resources/application-dev.yml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/system/service/impl/UserServiceImpl.java
@@ -1412,7 +1412,11 @@
                    User user = handlerUserInfo(uuid);
                    if (result1.getCode()==200){
                        user.setId(result1.getUserId());
                        this.save(user);
                        boolean save = this.save(user);
                        //同步用户数据到群防群控
                        if (save) {
                            myAsyncService.qfqkUserSave(user);
                        }
                        //加入新增集合
//                        addList.add(user);
                    }
src/main/resources/application-dev.yml
@@ -52,7 +52,7 @@
  username: root
  password: ZHba@0112
#  qfqkBaseApiUrl: http://61.131.136.25:2082/api
  qfqkBaseApiUrl: http://192.168.90.24:83
  qfqkBaseApiUrl: http://localhost:83
#第三方登陆
social: