田源
2023-12-14 6023b713ba3cf468b5fb43ec101ef3cfc383e9d9
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/CodeClassifyTemplateAttrController.java
@@ -143,11 +143,11 @@
      if(baseQueryObject == null){
         baseQueryObject = new BaseQueryObject();
      }
      String tenantId = AuthUtil.getTenantId().toString();
      //String tenantId = AuthUtil.getTenantId().toString();
      Map<String, String> conditionMap = baseQueryObject.getConditionMap();
      if(Func.isNotEmpty(tenantId)){
      /*if(Func.isNotEmpty(tenantId)){
         conditionMap.put("TENANT_ID",tenantId);
      }
      }*/
      return CodeClstempattrService.gridCodeClassifyTemplateAttr(conditionMap,baseQueryObject.getPageHelper());
   }