田源
2023-10-13 7e53714b784aa628b1b7ba70cc73953e3d92d331
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()
            )