xiejun
2023-10-13 815c6be8d063ca1ec89079722d265585f7d3602c
Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/service/impl/StrategyServiceImpl.java
@@ -43,12 +43,6 @@
   private IUserClient userClient;
   /**
    * nacos上拉取的配置
    */
   @Resource
   private NacosConfigCache nacosConfigCache;
   /**
    * 通过ID查询单条数据
    *
    * @param id 主键
@@ -67,7 +61,7 @@
   public Strategy queryByIsDefault() {
      return this.strategyMapper.queryByIsDefault(AuthUtil.getTenantId()
         .equals(
            nacosConfigCache
            NacosConfigCache
               .getAdminUserInfo()
               .getTenantId()
         ) ? null:AuthUtil.getTenantId()
@@ -88,7 +82,7 @@
         strategyPage,
         AuthUtil.getTenantId()
            .equals(
               nacosConfigCache
               NacosConfigCache
               .getAdminUserInfo()
               .getTenantId()
            )