田源
2025-03-05 be30e17e3c7685a54f761bf3a03487308c939270
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());
   }